Learndash_Admin_Menus_Tabs::learndash_admin_tabs()
Set up admin tabs for each admin menu page under LearnDash
Description #
Source #
Changelog #
Version | Description |
---|---|
2.4.0 | Introduced. |
Related #
@package #
Uses #
Uses | Description |
---|---|
includes/admin/class-learndash-admin-data-upgrades.php: learndash_is_data_upgrade_quiz_questions_updated () |
Utility function to check if the data upgrade for Quiz Questions has been run. |
includes/settings/settings-functions.php: learndash_get_setting () |
Gets the LearnDash setting for a post. |
includes/class-ld-custom-label.php: LearnDash_Custom_Label::get_label () |
Get label based on key name. |
includes/ld-groups.php: learndash_is_group_leader_user () |
Checks if a user has the group leader capabilities. |
includes/ld-groups.php: learndash_is_admin_user () |
Checks if a user has the admin capabilities. |
includes/ld-groups.php: learndash_get_administrators_group_ids () |
Gets the list of group IDs administered by the user. |
includes/class-ldlms-post-types.php: learndash_get_post_type_slug () | |
includes/settings/class-ld-settings-sections.php: LearnDash_Settings_Section::get_section_setting () |
Static function to get a Section Setting value. |
includes/quiz/ld-quiz-functions.php: learndash_get_quiz_id_by_pro_quiz_id () |
Gets the quiz ID from the pro quiz ID. |
includes/admin/class-learndash-admin-menus-tabs.php: Learndash_Admin_Menus_Tabs::add_admin_tab_item () |
Add admin tab item |
includes/admin/class-learndash-admin-menus-tabs.php: Learndash_Admin_Menus_Tabs::show_admin_tabs () |
Show admin tabs |
includes/admin/class-learndash-admin-menus-tabs.php: learndash_admin_tabs_set |
Fires after admin tabs are set. |
includes/admin/class-learndash-admin-menus-tabs.php: learndash_admin_tabs |
Filters admin setting tabs. |
includes/admin/class-learndash-admin-menus-tabs.php: learndash_admin_tabs_on_page |
Filters List of admin tabs on a page. |