comment_form, $post_id
comment_form, $post_id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('comment_form, $post_id') is found 1 times:
- /wp-includes/comment-template.php line 2898
* @since 1.5.0 * * @param int $post_id The post ID. */ do_action( 'comment_form', $post_id ); echo '</form>'; endif; ?> </div><!-- #respond -->