atom_comments_ns
Fires inside the feed tag in the Atom comment feed.
Usage
add_action( 'atom_comments_ns', 'wp_kama_atom_comments_ns_action' );
/**
* Function for `atom_comments_ns` action-hook.
*
* @return void
*/
function wp_kama_atom_comments_ns_action(){
// action...
}Changelog
| Since 2.8.0 | Introduced. |
Where the hook is called
In file: /wp-includes/feed-atom-comments.php
wp-includes/feed-atom-comments.php 27
do_action( 'atom_comments_ns' );