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

Filters the returned embed handler.


Description Description

See also See also


Top ↑

Parameters Parameters

$return

(mixed) The shortcode callback function to call.

$url

(string) The attempted embed URL.

$attr

(array) An array of shortcode attributes.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.