comment_loop_start
Fires once the comment loop is started.
Использование
add_action( 'comment_loop_start', 'wp_kama_comment_loop_start_action' );
/**
* Function for `comment_loop_start` action-hook.
*
* @return void
*/
function wp_kama_comment_loop_start_action(){
// action...
}Список изменений
| С версии 2.2.0 | Введена. |
Где вызывается хук
comment_loop_start
wp-includes/class-wp-query.php 3909
do_action( 'comment_loop_start' );