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/course/class-lp-course-section.php +4 -3 4.1.7.24.4.8 View file →
@@ -102,9 +102,9 @@
102 102 *
103 103 * @param array $item
104 104 *
105 105 * @return bool|LP_Course_Item
106 - * @depecated 4.1.6.9
106 + * @deprecated 4.1.6.9
107 107 */
108 108 /*protected function get_item( $item ) {
109 109 if ( ! is_numeric( $item ) ) {
110 110 $item_id = $item->item_id;
@@ -245,14 +245,15 @@
245 245 *
246 246 * @param int $user_id
247 247 *
248 248 * @return mixed
249 + * @deprecated 4.2.7.1
249 250 */
250 - public function get_completed_items( $user_id = 0 ) {
251 + /*public function get_completed_items( $user_id = 0 ) {
251 252 $items = array();
252 253
253 254 return $items;
254 - }
255 + }*/
255 256
256 257 /**
257 258 * Count number of items in section.
258 259 *