WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_required_field_message

Back to home

Files

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

Hook Parameters

Parameter Type Name Description
string $message Message text and glyph wrapped in a `span` tag.