embed_handler_html

Advertisement

Summery Summery

Filters the returned embed HTML.

Syntax Syntax

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

Parameters Parameters

$return

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

$url

The embed URL.

$attr

An array of shortcode attributes.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.

See also See also

Advertisement

Leave a Reply