rdf_header
Fires at the end of the RDF feed header.
Usage
add_action( 'rdf_header', 'wp_kama_rdf_header_action' ); /** * Function for `rdf_header` action-hook. * * @return void */ function wp_kama_rdf_header_action(){ // action... }
Changelog
Since 2.0.0 | Introduced. |
Where the hook is called
In file: /wp-includes/feed-rdf.php
wp-includes/feed-rdf.php 56
do_action( 'rdf_header' );
Where the hook is used in WordPress
wp-includes/default-filters.php 380
add_action( $action, 'the_generator' );