bp_activity_get_embed_excerpt, $content, $GLOBALS[activities_template]->activity->content
bp_activity_get_embed_excerpt, $content, $GLOBALS[activities_template]->activity->content
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_get_embed_excerpt, $content, $GLOBALS[activities_template]->activity->content') is found 1 times:
- /bp-activity/bp-activity-embeds.php line 163
* * @var string $content Embed Excerpt. * @var string $unmodified_content Unmodified activity content. */ return apply_filters( 'bp_activity_get_embed_excerpt', $content, $GLOBALS['activities_template']->activity->content ); } /** * Outputs the first embedded item in the activity oEmbed template. * * @since 2.6.0