atom_entry action-hook . WP 2.0.0
Fires at the end of each Atom feed item.
Usage
add_action( 'atom_entry', 'action_function_name_1762' ); function action_function_name_1762(){ // action... }
Changelog
Since 2.0.0 | Introduced. |
Where the hook is called
In file: /wp-includes/feed-atom.php
wp-includes/feed-atom.php 92
do_action( 'atom_entry' );