Learndash_Admin_Menus_Tabs
Class to create the settings section.
Description #
Source #
Changelog #
Version | Description |
---|---|
2.4.0 | Introduced. |
Methods #
- __construct — Public constructor for class
- add_admin_tab_item — Add admin tab item
- add_admin_tab_set — Add admin tab set
- admin_header_panel — Show the new Admin header panel
- get_admin_tabs — Get admin tabs data to new tabs system.
- get_instance — Get instance of class
- get_quiz_base_url — Get Quiz base URL
- learndash_admin_menu_early — The purpose of this early function is to setup the main 'learndash-lms' menu page. Then re-position the various custom post type submenu items to be found under it.
- learndash_admin_menu_last — Admin menu last or late items.
- learndash_admin_menu_tabs — Admin menu tabs
- learndash_admin_tabs — Set up admin tabs for each admin menu page under LearnDash
- learndash_menu_args — Menu Args
- show_admin_tabs — Show admin tabs
- wp_loaded — We hook into the 'wp_loaded' action which comes just before the 'admin_menu' action. The reason for this we want to add a special 'admin_menu' and ensure it is the last action taken on the menu.