bp_group_is_activity_permalink ()
确定当前页面是否为组活动永久链接。
描述
不再在BuddyPress中使用。
返回
(保龄球)如果这是组活动永久链接,则为True,否则为false。
源
文件:bp-groups / bp-groups-template.php
bp_group_is_activity_permalink() {if (!bp_is_single_item() || !bp_is_groups_component() || !bp_is_current_action(bp_get_activity_slug())) {return false;}返回true;}