Docs

evf_notice_count( string $notice_type = '' ): int

Get the count of notices added, either for all notices (default) or for one.

Description

particular notice type specified by $notice_type.

Parameters

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

Default:''

Return

int

Changelog

VersionDescription
1.0.0Introduced.