LLMS_Admin_Notices_Core::maybe_hide_notices()

Don’t display notices on specific pages


Return Return

(void)


Top ↑

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.16.14 Unknown.
3.14.8 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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