comment_form_submit_field

comment_form_submit_field

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('comment_form_submit_field') is found 1 times:

  • /wp-includes/comment-template.php line 2859
    			 *
    			 * @param string $submit_field HTML markup for the submit field.
    			 * @param array  $args         Arguments passed to comment_form().
    			 */
    			echo apply_filters( 'comment_form_submit_field', $submit_field, $args );
    
    			/**
    			 * Fires at the bottom of the comment form, inside the closing form tag.
    			 *
    			 * @since 1.5.0
    			 *
    

See this hook used in plugins: