atom_entry action-hookWP 2.0.0

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
atom_entry
wp-includes/feed-atom.php 91
do_action( 'atom_entry' );

Where the hook is used in WordPress

Usage not found.