Docs

evf_has_notice( string $message, string $notice_type = 'success' ): bool

Check if a notice has already been added.

Parameters

$messagestringrequired
The text to display in the notice.
$notice_typestringoptional
The name of the notice type – either error, success or notice.

Default:'success'

Return

bool

Changelog

VersionDescription
1.0.0Introduced.