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.4.3

apply_filters('comment_form_submit_button') is found 1 times:

  • /wp-includes/comment-template.php line 2841
    			 *
    			 * @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: