comment_form_comments_closed хук-событие . WP 3.0.0
Fires after the comment form if comments are closed.
Использование
add_action( 'comment_form_comments_closed', 'action_function_name_5774' ); function action_function_name_5774(){ // action... }
Список изменений
С версии 3.0.0 | Введена. |
Где вызывается хук
comment_form_comments_closed
wp-includes/comment-template.php 2333
do_action( 'comment_form_comments_closed' );