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