rss_item action-hook . WP 2.0.0
Fires at the end of each RSS feed item.
Usage
add_action( 'rss_item', 'action_function_name_1582' ); function action_function_name_1582(){ // action... }
Changelog
Since 2.0.0 | Introduced. |
Where the hook is called
In file: /wp-includes/feed-rss.php
rss_item
wp-includes/feed-rss.php 43
do_action( 'rss_item' );