wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_atom_entry › WordPress Action Hooks

Since2.2.0
Deprecatedn/a
do_action( 'comment_atom_entry', $comment->comment_ID, $comment_post->ID )
Parameters: (2)
  • (int) $comment_id ID of the current comment.
    Required: Yes
  • (int) $comment_post_id ID of the post the current comment is connected to.
    Required: Yes
Defined at:
Codex:

Fires at the end of each Atom comment feed item.





Source

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