LLMS_Admin_Notices_Core::maybe_hide_notices()
Don’t display notices on specific pages
Contents
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.notices.core.php
'<a href="https://lifterlms.com/product-category/plugins/payment-gateways/" target="_blank">', '</a>' ); LLMS_Admin_Notices::add_notice( $id, $html, array( 'type' => 'warning', 'dismiss_for_days' => 730, // @TODO: there should be a "forever" setting here. 'remindable' => true, ) );
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.16.14 | Unknown. |
| 3.14.8 | Introduced. |