commentrss2_item, $comment->comment_ID, $comment_post->ID
commentrss2_item, $comment->comment_ID, $comment_post->ID
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('commentrss2_item, $comment->comment_ID, $comment_post->ID') is found 1 times:
- /wp-includes/feed-rss2-comments.php line 119
Warning: Undefined array key 124 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* * @param int $comment_id The ID of the comment being displayed. * @param int $comment_post_id The ID of the post the comment is connected to. */ do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID ); ?> </item> <?php endwhile; ?> </channel> </rss>