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

Filters the returned embed HTML.


Description

See also


Parameters

$return

The HTML result of the shortcode, or false on failure.

$url

The embed URL.

$attr

An array of shortcode attributes.


Source

File: wp-includes/class-wp-embed.php

View on GitHub



Changelog

Changelog
Version Description
2.9.0 Introduced.