PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.8
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.8
4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 All 139 releases
← All changes | inc/lp-constants.php +3 -1 4.3.74.4.8 View file →
@@ -94,8 +94,9 @@
94 94 const LP_ORDER_PENDING = 'pending';
95 95 const LP_ORDER_PROCESSING = 'processing';
96 96 const LP_ORDER_CANCELLED = 'cancelled';
97 97 const LP_ORDER_FAILED = 'failed';
98 +const LP_ORDER_REFUNDED = 'refunded';
98 99 const LP_ORDER_TRASH = 'trash';
99 100
100 101 // Status LP Order to set DB.
101 102 const LP_ORDER_COMPLETED_DB = 'lp-completed';
@@ -102,8 +103,9 @@
102 103 const LP_ORDER_PENDING_DB = 'lp-pending';
103 104 const LP_ORDER_PROCESSING_DB = 'lp-processing';
104 105 const LP_ORDER_CANCELLED_DB = 'lp-cancelled';
105 106 const LP_ORDER_FAILED_DB = 'lp-failed';
107 +const LP_ORDER_REFUNDED_DB = 'lp-refunded';
106 108 const LP_ORDER_TRASH_DB = 'lp-trash';
107 109
108 110 // LP Order type create via.
109 111 const LP_ORDER_CREATED_VIA_MANUAL = 'manual';
@@ -117,5 +119,5 @@
117 119 const LP_GRADUATION_PASSED = 'passed';
118 120 const LP_GRADUATION_FAILED = 'failed';
119 121
120 122 // Enable lazy-load animation placeholder.
121 -const LP_LAZY_LOAD_ANIMATION = true;
123 +//const LP_LAZY_LOAD_ANIMATION = true;