wpseek.com
A WordPress-centric search engine for devs and theme authors



commentrss2_item › WordPress Action Hooks

Since2.1.0
Deprecatedn/a
do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID )
Parameters: (2)
  • (int) $comment_id The ID of the comment being displayed.
    Required: Yes
  • (int) $comment_post_id The ID of the post the comment is connected to.
    Required: Yes
Defined at:
Codex:

Fires at the end of each RSS2 comment feed item.





Source

do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID );