apply_filters( ’embed_handler_html’, string|false $return, string $url, array $attr )

Filters the returned embed HTML.

Description

See also

Parameters

$returnstring|false
The HTML result of the shortcode, or false on failure.
$urlstring
The embed URL.
$attrarray
An array of shortcode attributes.

Source

return apply_filters( 'embed_handler_html', $return, $url, $attr );

Changelog

VersionDescription
2.9.0Introduced.

User Contributed Notes

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