Action hook 'comment_form'

in WP Core File wp-includes/comment-template.php at line 2874

Description

Fires at the bottom of the comment form, inside the closing form tag.

Occurrences

Filename Line Number
wp-includes/comment-template.php 2874

Parameters

Type Name Description
int $post_id The post ID.

PHP Doc

/**
			 * Fires at the bottom of the comment form, inside the closing form tag.
			 *
			 * @since 1.5.0
			 *
			 * @param int $post_id The post ID.
			 */