apply_filters( 'wp_required_field_message', string $message )
Filters the message to explain required form fields.
Parameters
-
$message
string -
Message text and glyph wrapped in a
span
tag.
Source
File: wp-includes/general-template.php
.
View all references
return apply_filters( 'wp_required_field_message', $message );
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |