2502*2503*For backward compatibility, this action also fires ifcomment_form()2504* is called with an invalid post objectorID.2505*2506* @since 3.0.02507*/2508do_action('comment_form_comments_closed');25092510return;2511}25122513$post_id=$post->ID;2514$commenter=wp_get_current_commenter();
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.