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



comment_atom_entry › Les Actions WordPress

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

Fires at the end of each Atom comment feed item.





Source

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