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