bp_activity_get_embed_excerpt, $oembed->description
bp_activity_get_embed_excerpt, $oembed->description
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_get_embed_excerpt, $oembed->description') is found 1 times:
- /bp-activity/bp-activity-embeds.php line 287
} // Show description (non-oEmbed standard). if ( isset( $oembed->description ) ) { $caption .= sprintf( '<div class="caption-description">%s</div>', apply_filters( 'bp_activity_get_embed_excerpt', $oembed->description ) ); } // Show author info. if ( isset( $oembed->provider_name ) && isset( $oembed->author_name ) ) { /* translators: 1: oEmbed author. 2: oEmbed provider. eg. By BuddyPress on YouTube. */ $anchor_text = sprintf( __( 'By %1$s on %2$s', 'buddypress' ), $oembed->author_name, $oembed->provider_name );