wp_required_field_message

wp_required_field_message

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('wp_required_field_message') is found 1 times:

  • /wp-includes/general-template.php line 5207
    	 * @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.