bp_groups_activity_feed()
Hook group activity feed to .
Description
Source
File: bp-groups/bp-groups-template.php
7167 7168 7169 7170 7171 7172 7173 7174 7175 7176 7177 | function bp_groups_activity_feed() { // Bail if not viewing a single group or activity is not active. if ( ! bp_is_active( 'groups' ) || ! bp_is_active( 'activity' ) || ! bp_is_group() ) { return ; } ?> <link rel= "alternate" type= "application/rss+xml" title= "<?php bloginfo( 'name' ) ?> | <?php bp_current_group_name() ?> | <?php _e( 'Group Activity RSS Feed', 'buddyboss' ) ?>" href= "<?php bp_group_activity_feed_link() ?>" /> <?php } |
Changelog
Version | Description |
---|---|
BuddyPress 1.5.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.