bp_activity_get_embed_excerpt, $oembed->description

bp_activity_get_embed_excerpt, $oembed->description

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_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 );