wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



commentrss2_item › Les Actions WordPress

Depuis2.1.0
Dépréciéen/a
do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID )
Paramètres: (2)
  • (int) $comment_id The ID of the comment being displayed.
    Requis: Oui
  • (int) $comment_post_id The ID of the post the comment is connected to.
    Requis: Oui
Défini(e) dans:
Codex:

Fires at the end of each RSS2 comment feed item.





Source

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