Browse: Home /

Methods

Learndash_Admin_Menus_Tabs::learndash_admin_menu_early()

Method: 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_Menus_Tabs::learndash_admin_menu_early Read More »

Learndash_Admin_Menus_Tabs::wp_loaded()

Method: 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.

Learndash_Admin_Menus_Tabs::wp_loaded Read More »