bp_members_activity_feed()
Hook member activity feed to .
Description
Source
File: bp-members/bp-members-template.php
2576 2577 2578 2579 2580 2581 2582 2583 | function bp_members_activity_feed() { if ( !bp_is_active( 'activity' ) || !bp_is_user() ) return ; ?> <link rel= "alternate" type= "application/rss+xml" title= "<?php bloginfo( 'name' ) ?> | <?php bp_displayed_user_fullname() ?> | <?php _e( 'Activity RSS Feed', 'buddyboss' ) ?>" href= "<?php bp_member_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.