do_action( 'comment_form_comments_closed' )

Fires after the comment form if comments are closed.


Description

For backward compatibility, this action also fires if comment_form() is called with an invalid post object or ID.


Top ↑

Source

File: wp-includes/comment-template.php. View all references

do_action( 'comment_form_comments_closed' );


Top ↑

Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.