comment_form_after хук-событиеWP 3.0.0

Fires after the comment form.

Использование

add_action( 'comment_form_after', 'wp_kama_comment_form_after_action' );

/**
 * Function for `comment_form_after` action-hook.
 * 
 * @return void
 */
function wp_kama_comment_form_after_action(){

	// action...
}

Список изменений

С версии 3.0.0 Введена.

Где вызывается хук

comment_form()
comment_form_after
wp-includes/comment-template.php 2882
do_action( 'comment_form_after' );

Где используется хук в WordPress

Использование не найдено.