Action hook 'comment_form_comments_closed'

in WP Core File wp-includes/comment-template.php at line 2487

Description

Fires after the comment form if comments are closed. For backward compatibility, this action also fires if comment_form() is called with an invalid post object or ID.

Occurrences

Filename Line Number
wp-includes/comment-template.php 2487

PHP Doc

/**
		 * Fires after the comment form if comments are closed.
		 *
		 * For backward compatibility, this action also fires if comment_form()
		 * is called with an invalid post object or ID.
		 *
		 * @since 3.0.0
		 */