Learndash_Admin_Menus_Tabs::admin_header_panel( string $menu_tab_key = '' )
Show the new Admin header panel
Description #
Parameters #
- $menu_tab_key
-
(string) (Optional) Current tab key to show.
Default value: ''
Source #
Changelog #
Version | Description |
---|---|
3.0.0 | Introduced. |
Related #
@package #
Uses #
Uses | Description |
---|---|
includes/ld-misc-functions.php: learndash_min_builder_asset () |
Utility function to load minified version of CSS/JS builder assets. |
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/admin/class-learndash-admin-menus-tabs.php: learndash_show_metabox_group_courses |
Filters whether to show group courses metabox or not. |
includes/admin/class-learndash-admin-menus-tabs.php: learndash_show_metabox_group_users |
Filters whether to show group users metabox or not. |
includes/ld-misc-functions.php: learndash_get_total_post_count () |
Retrieves the number of posts by post_type. |
includes/settings/settings-functions.php: learndash_get_setting () |
Gets the LearnDash setting for a post. |
includes/class-ld-custom-label.php: learndash_get_label_course_step_page () |
Get Course Step “. |
includes/class-ld-custom-label.php: LearnDash_Custom_Label::get_label () |
Get label based on key name. |
includes/class-ld-custom-label.php: learndash_get_custom_label_lower () |
Utility function to get a custom field label lowercase. |
includes/class-ld-custom-label.php: learndash_get_label_course_step_back () |
Get Course Step “Back to . |
includes/class-ld-custom-label.php: learndash_get_custom_label () |
Utility function to get a custom field label. |
includes/class-ld-semper-fi-module.php: learndash_settings_metaboxes_legacy_quiz |
Filters whether to show legacy quiz metaboxes or not. |
includes/ld-groups.php: learndash_is_admin_user () |
Checks if a user has the admin capabilities. |
includes/ld-groups.php: learndash_is_group_leader_user () |
Checks if a user has the group leader capabilities. |
includes/class-ldlms-post-types.php: learndash_get_post_type_slug () | |
includes/class-ldlms-post-types.php: LDLMS_Post_Types::get_post_types () |
Get an array of all custom tables. |
includes/settings/class-ld-settings-sections.php: LearnDash_Settings_Section::get_section_setting () |
Static function to get a Section Setting value. |
includes/lib/wp-pro-quiz/lib/model/WpProQuiz_Model_QuestionMapper.php: WpProQuiz_Model_QuestionMapper::__construct () | |
includes/admin/class-learndash-admin-menus-tabs.php: Learndash_Admin_Menus_Tabs::get_quiz_base_url () |
Get Quiz base URL |
includes/admin/class-learndash-admin-menus-tabs.php: learndash_show_metabox_course_groups |
Filters whether to show course groups metabox or not. |
includes/admin/class-learndash-admin-menus-tabs.php: learndash_header_action_menu |
Filters admin settings header action menu. |
includes/admin/class-learndash-admin-menus-tabs.php: learndash_header_tab_menu |
Filters the list of header tabs data. |
includes/admin/class-learndash-admin-menus-tabs.php: learndash_header_data |
Filters Learndash menu header data. |
includes/admin/ld-admin.php: learndash_load_inline_script_locale_data () |
Loads the plugin translations into |
Used By #
Used By | Description |
---|---|
includes/admin/class-learndash-admin-menus-tabs.php: Learndash_Admin_Menus_Tabs::show_admin_tabs () |
Show admin tabs |