Docs

evf_add_notice( string $message, string $notice_type = ‘success’ )

Add and store a notice.

Parameters

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

Default:'success'

Hooks

apply_filters( ‘everest_forms_add_message’ )

Everest Forms Message Functions

Changelog

VersionDescription
1.0.0Introduced.