comments_atom_head хук-событиеWP 2.8.0

Fires at the end of the Atom comment feed header.

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

add_action( 'comments_atom_head', 'wp_kama_comments_atom_head_action' );

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

	// action...
}

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

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

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

В файле: /wp-includes/feed-atom-comments.php
comments_atom_head
wp-includes/feed-atom-comments.php 67
do_action( 'comments_atom_head' );

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

wp-includes/default-filters.php 379
add_action( $action, 'the_generator' );