comment_form, $post_id

comment_form, $post_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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 -->