LLMS_Admin_Notices::init()
Static constructor
Return Return
(void)
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() {
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 4.13.0 | Populate the self::$notices using self::load_notices(). |
| 3.0.0 | Introduced. |