Filters the message to explain required form fields.
$messagestringwp-includes/general-template.php:5239wp_required_field_message() * Filters the message to explain required form fields. * * @since 6.1.0 * * @param string $message Message text and glyph wrapped in a `span` tag. */ return apply_filters( 'wp_required_field_message', $message );} /** * Default settings for heartbeat. * * Outputs the nonce used in the heartbeat XHR.Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.