rdf_header action-hook . WP 2.0.0
Fires at the end of the RDF feed header.
Usage
add_action( 'rdf_header', 'action_function_name_5552' ); function action_function_name_5552(){ // 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 in WP core the hook is used WordPress
wp-includes/feed-rdf.php 327
add_action( $action, 'the_generator' );