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