Docs

evf_get_notices( string $notice_type = '' ): array|mixed

Returns all queued notices, optionally filtered by a notice type.

Parameters

$notice_typestringoptional
The name of the notice type – either error, success or notice.

Default:''

Return

array|mixed

Changelog

VersionDescription
1.0.0Introduced.