commentrss2_item

最后更新于:2021-11-26 00:11:20

do_action( ‘commentrss2_item’, int $comment_ID, int $ID )

Fires at the end of each RSS2 comment feed item.

参数

$comment_ID

(int)
The ID of the comment being displayed.

$ID

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

源文件

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

View on Trac