WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_embed_handler_youtube

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/embed.php apply_filters 258 /**
* Filters the YoutTube embed output.
*
* @since 4.0.0
*
* @see wp_embed_handler_youtube()
*
* @param string $embed YouTube embed output.
* @param array $attr An array of embed attributes.
* @param string $url The original URL that was matched by the regex.
* @param array $rawattr The original unmodified attributes.
*/

Hook Parameters

Parameter Type Name Description
string $embed YouTube embed output.
array $attr An array of embed attributes.
string $url The original URL that was matched by the regex.
array $rawattr The original unmodified attributes.