Filter to manipulate admin notices

eeb/helpers/throw_admin_notice

Description:
This filter allows you to manipulate the admin notices that will be thrown within this plugin.

Parameter Type Description
true bool Wether the admin notice should be thrown or not
$content string The content of the admin notice
$type string The type of the admin notice. Default: info
$is_dismissible bool Wether the notice should be dismissible or not.
$throwit = apply_filters('eeb/helpers/throw_admin_notice', true, $content, $type, $is_dismissible);
Updated on September 25, 2019

Was this article helpful?

Related Articles