atom_entry
Fires at the end of each Atom feed item.
Usage
add_action( 'atom_entry', 'wp_kama_atom_entry_action' );
/**
* Function for `atom_entry` action-hook.
*
* @return void
*/
function wp_kama_atom_entry_action(){
// action...
}Changelog
| Since 2.0.0 | Introduced. |
Where the hook is called
In file: /wp-includes/feed-atom.php
wp-includes/feed-atom.php 96
do_action( 'atom_entry' );