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

Filters the returned embed handler.


Description

See also


Parameters

$return

(mixed) The shortcode callback function to call.

$url

(string) The attempted embed URL.

$attr

(array) An array of shortcode attributes.


Source

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

View on GitHub



Changelog

Changelog
Version Description
WP-2.9.0 Introduced.