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.
Source Source
File: bp-core/classes/class-bp-embed.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |