Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-embed.php | apply_filters | 170 | /** * 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. */ |
Hook Parameters
Parameter 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. |