Filters the returned embed HTML.
Description
See also
Parameters
$return
string|false- The HTML result of the shortcode, or false on failure.
$url
string- The embed URL.
$attr
array- An array of shortcode attributes.
Source
return apply_filters( 'embed_handler_html', $return, $url, $attr );
Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.