the_title, $anchor_text

the_title, $anchor_text

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('the_title, $anchor_text') is found 1 times:

  • /bp-activity/bp-activity-embeds.php line 301
    				$anchor_text = sprintf( __( 'View on %s', 'buddypress' ), $oembed->provider_name );
    			}
    
    			if ( true === isset( $anchor_text ) )  {
    				$caption .= sprintf( '<a rel="nofollow" href="%1$s" onclick="top.location.href=\'%1$s\'">%2$s</a>', esc_url( $url ), apply_filters( 'the_title', $anchor_text ) );
    			}
    
    			// Set up caption.
    			if ( '' !== $caption ) {
    				$css_class = isset( $oembed->provider_name ) ? sprintf( ' provider-%s', sanitize_html_class( strtolower( $oembed->provider_name ) ) ) : '';
    				$caption = sprintf( '<div class="caption%1$s" style="width:%2$s">%3$s</div>',