rss_head хук-событиеWP 2.0.0

Fires at the end of the RSS Feed Header.

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

add_action( 'rss_head', 'wp_kama_rss_head_action' );

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

	// action...
}

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

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

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

В файле: /wp-includes/feed-rss.php
rss_head
wp-includes/feed-rss.php 26
do_action( 'rss_head' );

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

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