Description
Filters the message to explain required form fields.
Occurrences
Filename | Line Number |
---|---|
wp-includes/general-template.php | 5222 |
Parameters
Type | Name | Description |
---|---|---|
string | $message | Message text and glyph wrapped in a `span` tag. |
PHP Doc
/**
* Filters the message to explain required form fields.
*
* @since 6.1.0
*
* @param string $message Message text and glyph wrapped in a `span` tag.
*/