Learndash_Admin_Menus_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.
Description Description
Source Source
File: includes/admin/class-learndash-admin-menus-tabs.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.4.0 | Introduced. |