atom_author action-hookWP 3.2.0

Fires at the end of each Atom feed author entry.

Usage

add_action( 'atom_author', 'wp_kama_atom_author_action' );

/**
 * Function for `atom_author` action-hook.
 * 
 * @return void
 */
function wp_kama_atom_author_action(){

	// action...
}

Changelog

Since 3.2.0 Introduced.

Where the hook is called

In file: /wp-includes/feed-atom.php
atom_author
wp-includes/feed-atom.php 65
do_action( 'atom_author' );

Where the hook is used in WordPress

Usage not found.