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.


Top ↑

Return Return

(void)


Top ↑

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();

Top ↑

Changelog Changelog

Changelog
Version Description
5.9.0 Output notices at admin_notices in favor of admin_print_styles.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.