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



comment_atom_entry › WordPress Action Hooks

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

Fires at the end of each Atom comment feed item.





Quellcode

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