apply_filters( 'embed_handler_html', mixed $return , string $url , array $attr )
Filters the returned embed handler.
Description Description
See also See also
Parameters Parameters
- $return
-
(mixed) The shortcode callback function to call.
- $url
-
(string) The attempted embed URL.
- $attr
-
(array) An array of shortcode attributes.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |