bp_get_actity_comment_permalink()
返回活动注释permalink。
描述
返回
(细绳)$链接活动注释permalink。
来源
文件:BP-Activity / BP-Activity-Template.php
函数bp_get_actity_comment_permalink(){global $ yourction_template;$ link = bp_actity_get_permalink($ activity_template->活动 - > id,$ commentry_template->活动);//用于下面的过滤器。$ compougin_id = isset($ conforty_template->活动 - > current_comment-> ID)?$活动_template->活动 - > current_comment-> ID:0;/ ** *过滤活动注释permalink。* * @since buddypress 1.8.0 * * * @param string $ link活动注释permalink。* @param int $ comment_id id为当前活动注释。* / returnaply_filters('bp_get_actity_comment_permalink',$ link,$ comment_id);}
变更乐
版本 | 描述 |
---|---|
BuddyPress 1.8.0. | 介绍。 |