Filters the message to explain required form fields.
Parameters
$message
string- Message text and glyph wrapped in a
span
tag.
Source
return apply_filters( 'wp_required_field_message', $message );
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |
Filters the message to explain required form fields.
$message
stringspan
tag.return apply_filters( 'wp_required_field_message', $message );
Version | Description |
---|---|
6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.