PluginProbe
Tutor LMS – eLearning and online course solution / 3.7.3
Tutor LMS – eLearning and online course solution v3.7.3
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 3.9.15 3.9.14 3.9.13 3.9.12 3.9.11 trunk 1.0.0 1.0.0-alpha 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 All 191 releases
← All changes | models/CourseModel.php +1 -1 3.7.23.7.3 View file →
@@ -114,9 +114,9 @@
114 114 *
115 115 * @return bool
116 116 */
117 117 public static function get_post_types( $post ) {
118 - return apply_filters( 'tutor_check_course_post_type', get_post_type( $post ) );
118 + return apply_filters( 'tutor_check_course_post_type', self::POST_TYPE === get_post_type( $post ), get_post_type( $post ) );
119 119 }
120 120
121 121 /**
122 122 * Get courses