bp_get_activity_content_body, $activity->content, $activity
bp_get_activity_content_body, $activity->content, $activity
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_activity_content_body, $activity->content, $activity') is found 1 times:
- /bp-activity/classes/class-bp-rest-activity-endpoint.php line 886
// Set up activity oEmbed cache. bp_activity_embed(); $rendered = apply_filters( 'bp_get_activity_content_body', $activity->content, $activity ); // Restore the `activities_template` global. $GLOBALS['activities_template'] = $activities_template; } // Restore the filter to truncate activities.