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/Statistics/StatisticsScope.php +0 -9 4.4.34.4.8 View file →
@@ -74,17 +74,8 @@
74 74 return 0 === $this->instructor_id && 0 === $this->category_id;
75 75 }
76 76
77 77 /**
78 - * Stable identity for cache keys — two scopes with the same ids share a cache entry.
79 - *
80 - * @return array [ int instructor_id, int category_id ]
81 - */
82 - public function signature(): array {
83 - return array( $this->instructor_id, $this->category_id );
84 - }
85 -
86 - /**
87 78 * Add scope joins/where to a query whose rows already carry a course id column.
88 79 *
89 80 * @param LP_Filter $filter Query filter to extend.
90 81 * @param string $course_id_field One of COURSE_ID_FIELDS.