comment_atom_entry

最后更新于:2021-11-26 01:12:20

do_action( ‘comment_atom_entry’, int $comment_id, int $comment_post_id )

Fires at the end of each Atom comment feed item.

参数

$comment_id

(int)
ID of the current comment.

$comment_post_id

(int)
ID of the post the current comment is connected to.

源文件

文件: gc-includes/feed-atom-comments.php

View on Trac