comment_loop_start action-hook . WP 2.2.0
Fires once the comment loop is started.
Usage
add_action( 'comment_loop_start', 'action_function_name_5311' ); function action_function_name_5311(){ // action... }
Changelog
Since 2.2.0 | Introduced. |
Where the hook is called
comment_loop_start
wp-includes/class-wp-query.php 3399
do_action( 'comment_loop_start' );