comment_form_top action-hook . WP 3.0.0
Fires at the top of the comment form, inside the form tag.
Usage
add_action( 'comment_form_top', 'action_function_name_8917' ); function action_function_name_8917(){ // action... }
Changelog
Since 3.0.0 | Introduced. |
Where the hook is called
comment_form_top
wp-includes/comment-template.php 2560
do_action( 'comment_form_top' );