apply_filters( 'bp_embed_oembed_html', string $cache, string $url, array $attr, array $rawattr )

Filters the found cache for the provided URL.


Description Description


Parameters Parameters

$cache

Cached HTML markup for embed.

$url

The URL being embedded.

$attr

Parsed shortcode attributes.

$rawattr

Unparased shortcode attributes.


Top ↑

Source Source

File: bp-core/classes/class-bp-embed.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.