LLMS_Admin_Notices::init()

Static constructor


Return Return

(void)


Top ↑

Source Source

File: includes/admin/class.llms.admin.notices.php

	 * Static constructor
	 *
	 * @since 3.0.0
	 * @since 4.13.0 Populate the `self::$notices` using `self::load_notices()`.
	 *
	 * @return void
	 */
	public static function init() {



Top ↑

Changelog Changelog

Changelog
Version Description
4.13.0 Populate the self::$notices using self::load_notices().
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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