comment_form_after_fields action-hook . WP 3.0.0
Fires after the comment fields in the comment form, excluding the textarea.
Usage
add_action( 'comment_form_after_fields', 'action_function_name_2886' ); function action_function_name_2886(){ // action... }
Changelog
Since 3.0.0 | Introduced. |
Where the hook is called
comment_form_after_fields
wp-includes/comment-template.php 2658
do_action( 'comment_form_after_fields' );