atom_author action-hook . WP 3.2.0
Fires at the end of each Atom feed author entry.
Usage
add_action( 'atom_author', 'action_function_name_8162' ); function action_function_name_8162(){ // action... }
Changelog
Since 3.2.0 | Introduced. |
Where the hook is called
In file: /wp-includes/feed-atom.php
wp-includes/feed-atom.php 66
do_action( 'atom_author' );