LLMS_Admin_Notices::add_output_actions()
Add output notice actions depending on the current screen.
Description Description
Notices are added later for LifterLMS settings screens to accommodate settings that are updated later in the load cycle.
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.notices.php
* settings that are updated later in the load cycle. * * @since 3.0.0 * @since 5.9.0 Output notices at `admin_notices` in favor of `admin_print_styles`. * * @return void */ public static function add_output_actions() { $screen = get_current_screen();
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.9.0 | Output notices at admin_notices in favor of admin_print_styles . |
3.0.0 | Introduced. |