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

Fires at the end of the RDF feed header.

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

add_action( 'rdf_header', 'wp_kama_rdf_header_action' );

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

	// action...
}

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

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

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

В файле: /wp-includes/feed-rdf.php
rdf_header
wp-includes/feed-rdf.php 56
do_action( 'rdf_header' );

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

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