rdf_ns action-hookWP 2.0.0

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
rdf_ns
wp-includes/feed-rdf.php 29
do_action( 'rdf_ns' );

Where the hook is used in WordPress

Usage not found.