html embed_handler_html – Hooc | Developer.WordPress.org

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

Filters the returned embed HTML.

Description

See also

Parameters

$return string
The HTML result of the shorcode.
$url string
The embed URL.
$attr array
An array of shorcode attributes.

Source

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

Changuelog

Versionen Description
2.9.0 Introduced.

User Contributed Notes

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