wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



commentrss2_item › WordPress Action Hooks

Da2.1.0
Deprecaton/a
do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID )
Parametri: (2)
  • (int) $comment_id The ID of the comment being displayed.
    Richiesto:
  • (int) $comment_post_id The ID of the post the comment is connected to.
    Richiesto:
Definito a:
Codex:

Fires at the end of each RSS2 comment feed item.





Sorgenti

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