comment_atom_entry, $comment->comment_ID, $comment_post->ID
comment_atom_entry, $comment->comment_ID, $comment_post->ID
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('comment_atom_entry, $comment->comment_ID, $comment_post->ID') is found 1 times:
- /wp-includes/feed-atom-comments.php line 141
* * @param int $comment_id ID of the current comment. * @param int $comment_post_id ID of the post the current comment is connected to. */ do_action( 'comment_atom_entry', $comment->comment_ID, $comment_post->ID ); ?> </entry> <?php endwhile; ?> </feed>