wp_required_field_message

wp_required_field_message

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_required_field_message') is found 1 times:

  • /wp-includes/general-template.php line 5239
    5235
    5236
    5237
    5238
    5239
    5240
    5241
    5242
    5243
    5244
    5245
         * @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.