BP_Activity_oEmbed_Extension::set_iframe_title( int $item_id )

Sets a custom <iframe> title for our oEmbed item.

Description

Parameters

$item_id

(int) (Required) The activity ID

Return

(string)

Source

File: bp-activity/classes/class-bp-activity-oembed-extension.php

	protected function set_iframe_title( $item_id ) {
		return __( 'Embedded Activity Item', 'buddyboss' );
	}

Changelog

Changelog
Version Description
BuddyPress 2.6.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.