bp_activity_feed_item_link
Output the activity feed item link.
Description
bp_activity_feed_item_link();
Usage
if ( !function_exists( 'bp_activity_feed_item_link' ) ) { require_once ABSPATH . PLUGINDIR . 'buddypress/bp-activity/bp-activity-template.php'; } // NOTICE! Understand what this does before running. $result = bp_activity_feed_item_link();
Defined (1)
The function is defined in the following location(s).
- /bp-activity/bp-activity-template.php
- function bp_activity_feed_item_link() {
- echo bp_get_activity_feed_item_link();
- }