rdf_ns
Fires at the end of the feed root to add namespaces.
Usage
add_action( 'rdf_ns', 'wp_kama_rdf_ns_action' );
/**
* Function for `rdf_ns` action-hook.
*
* @return void
*/
function wp_kama_rdf_ns_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 29
do_action( 'rdf_ns' );