2501*2502*For backward compatibility, this action also fires ifcomment_form()2503* is called with an invalid post objectorID.2504*2505* @since 3.0.02506*/2507do_action('comment_form_comments_closed');25082509return;2510}25112512$post_id=$post->ID;2513$commenter=wp_get_current_commenter();
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.