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

Filters the returned embed handler.


Description

See also


Parameters

$return

The shortcode callback function to call.

$url

The attempted embed URL.

$attr

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.