comment_form_after_fields

comment_form_after_fields

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('comment_form_after_fields') is found 1 times:

  • /wp-includes/comment-template.php line 2819
    						 * Fires after the comment fields in the comment form, excluding the textarea.
    						 *
    						 * @since 3.0.0
    						 */
    						do_action( 'comment_form_after_fields' );
    					}
    				}
    			}
    
    			$submit_button = sprintf(
    				$args['submit_button'],
    

See this hook used in plugins: