2500*2501*For backward compatibility, this action also fires ifcomment_form()2502* is called with an invalid post objectorID.2503*2504* @since 3.0.02505*/2506do_action('comment_form_comments_closed');25072508return;2509}25102511$post_id=$post->ID;2512$commenter=wp_get_current_commenter();
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.