atom_ns action-hookWP 2.0.0

Fires at end of the Atom feed root to add namespaces.

Usage

add_action( 'atom_ns', 'wp_kama_atom_ns_action' );

/**
 * Function for `atom_ns` action-hook.
 * 
 * @return void
 */
function wp_kama_atom_ns_action(){

	// action...
}

Changelog

Since 2.0.0 Introduced.

Where the hook is called

In file: /wp-includes/feed-atom.php
atom_ns
wp-includes/feed-atom.php 26
do_action( 'atom_ns' );

Where the hook is used in WordPress

Usage not found.