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