apply_filters( 'embed_handler_html', string $return , string $url , array $attr )
Filters the oEmbed handler result for the provided URL.
Description Description
Parameters Parameters
- $return
-
Handler callback for the oEmbed.
- $url
-
URL attempting to be embedded.
- $attr
-
Shortcode attributes.
Source Source
File: bp-core/classes/class-bp-embed.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |