Filter hook 'wp_embed_handler_video'

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

Description

Filters the video embed output.

Occurrences

Filename Line Number
wp-includes/embed.php 317

Parameters

Type Name Description
string $video Video 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.

PHP Doc

/**
	 * Filters the video embed output.
	 *
	 * @since 3.6.0
	 *
	 * @param string $video   Video 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.
	 */