wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



commentrss2_item › WordPress Action Hooks

Seit2.1.0
Veraltetn/v
do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID )
Parameter: (2)
  • (int) $comment_id The ID of the comment being displayed.
    Erforderlich: Ja
  • (int) $comment_post_id The ID of the post the comment is connected to.
    Erforderlich: Ja
Definiert in:
Codex:

Fires at the end of each RSS2 comment feed item.





Quellcode

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