learndash_get_group_leader_manage_courses()
Utility function to check if a Group Leader can manage Courses.
Description #
Source #
File: includes/ld-groups.php
Changelog #
Version | Description |
---|---|
3.2.3 | Introduced. |
Related #
Namespace #
@package #
Uses #
Uses | Description |
---|---|
includes/settings/class-ld-settings-sections.php: LearnDash_Settings_Section::get_section_setting () |
Static function to get a Section Setting value. |
Used By #
Used By | Description |
---|---|
includes/rest-api/v2/class-ld-rest-quiz-statistics-controller.php: LD_REST_Quiz_Statistics_Controller_V2::users_for_stats () |
User IDs for fetching statistics. |
includes/ld-groups.php: learndash_group_leader_has_cap_filter () |
Check if the Group Leader can edit the Group or Course posts. |
includes/admin/class-learndash-admin-posts-listing.php: Learndash_Admin_Posts_Listing::selector_filter_for_course () |
Course Selector Filter. |
includes/admin/class-learndash-admin-posts-listing.php: Learndash_Admin_Posts_Listing::selector_value_for_course () |
Validate the selector value for Course. |
includes/admin/classes-posts-listings/class-learndash-admin-essays-listing.php: Learndash_Admin_Essays_Listing::selector_filter_for_essay_quiz () |
Filter for Essay Quiz Selector |
includes/admin/classes-posts-listings/class-learndash-admin-lessons-listing.php: Learndash_Admin_Lessons_Listing::listing_init () |
Called via the WordPress init action hook. |
includes/admin/classes-posts-listings/class-learndash-admin-questions-listing.php: Learndash_Admin_Questions_Listing::listing_init () |
Called via the WordPress init action hook. |
includes/admin/classes-posts-listings/class-learndash-admin-quizzes-listing.php: Learndash_Admin_Quizzes_Listing::listing_init () |
Called via the WordPress init action hook. |
includes/admin/classes-posts-listings/class-learndash-admin-topics-listing.php: Learndash_Admin_Topics_Listing::listing_init () |
Called via the WordPress init action hook. |
includes/admin/classes-posts-listings/class-learndash-admin-users-listing.php: Learndash_Admin_Users_Listing::selector_filter_for_user_course () |
Course Selector Filter. |