apply_filters( 'wp_embed_handler_video', string $video, array $attr, string $url, array $rawattr )

Filters the video embed output.


Parameters

$video

Video embed output.

$attr

An array of embed attributes.

$url

The original URL that was matched by the regex.

$rawattr

The original unmodified attributes.


Source

File: wp-includes/embed.php

View on GitHub



Changelog

Changelog
Version Description
3.6.0 Introduced.