comment_form_submit_button

comment_form_submit_button

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('comment_form_submit_button') is found 1 times:

  • /wp-includes/comment-template.php line 2865
    2861
    2862
    2863
    2864
    2865
    2866
    2867
    2868
    2869
    2870
    2871
    *
     * @param string $submit_button HTML markup for the submit button.
     * @param array  $args          Arguments passed to comment_form().
     */
    $submit_button = apply_filters( 'comment_form_submit_button', $submit_button, $args );
     
    $submit_field = sprintf(
        $args['submit_field'],
        $submit_button,
        get_comment_id_fields( $post_id )
    );

See this hook used in plugins: