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/admin/class-learndash-admin-menus-tabs.php: learndash_header_variant |
Filters the admin header variant. |
| includes/admin/class-learndash-admin-menus-tabs.php: learndash_header_buttons |
Filters admin settings header buttons shown before the Actions dropdown. |
| includes/admin/class-learndash-admin-posts-edit.php: learndash_dashboard_tab_is_default |
Filters whether the Dashboard tab is the default tab in the post edit screen. |
| src/Core/Utilities/Cast.php: Cast::to_bool () |
Casts a value to a bool if possible or returns an empty string. |
| 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/lib/wp-pro-quiz/lib/model/WpProQuiz_Model_QuestionMapper.php: WpProQuiz_Model_QuestionMapper::__construct () |
Constructor. |
| 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 |