Filters the message to explain required form fields.
Parameters
$messagestring- Message text and glyph wrapped in a
spantag.
Source
return apply_filters( 'wp_required_field_message', $message );
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
Filters the message to explain required form fields.
$messagestringspan 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.