atom_ns action-hook . WP 2.0.0
Fires at end of the Atom feed root to add namespaces.
Usage
add_action( 'atom_ns', 'action_function_name_9594' ); function action_function_name_9594(){ // action... }
Changelog
Since 2.0.0 | Introduced. |
Where the hook is called
In file: /wp-includes/feed-atom.php
wp-includes/feed-atom.php 27
do_action( 'atom_ns' );
wp-includes/feed-atom-comments.php 20
do_action( 'atom_ns' );