rdf_ns action-hook . WP 2.0.0
Fires at the end of the feed root to add namespaces.
Usage
add_action( 'rdf_ns', 'action_function_name_9318' ); function action_function_name_9318(){ // action... }
Changelog
Since 2.0.0 | Introduced. |
Where the hook is called
In file: /wp-includes/feed-rdf.php
wp-includes/feed-rdf.php 29
do_action( 'rdf_ns' );