do_action( 'comment_form', int $post_id )

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


Parameters

$post_id

(int) The post ID.


Source

File: wp-includes/comment-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-1.5.0 Introduced.