Filter hook 'embed_handler_html'

in WP Core File wp-includes/class-wp-embed.php at line 170

Description

Filters the returned embed HTML.

Occurrences

Filename Line Number
wp-includes/class-wp-embed.php 170

Parameters

Type Name Description
string|false $return The HTML result of the shortcode, or false on failure.
string $url The embed URL.
array $attr An array of shortcode attributes.

PHP Doc

/**
						 * Filters the returned embed HTML.
						 *
						 * @since 2.9.0
						 *
						 * @see WP_Embed::shortcode()
						 *
						 * @param string|false $return The HTML result of the shortcode, or false on failure.
						 * @param string       $url    The embed URL.
						 * @param array        $attr   An array of shortcode attributes.
						 */