Filters the video embed output.
$videostring$attrarray$urlstring$rawattrarraywp-includes/embed.php:317wp_embed_handler_video() * * @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. */ return apply_filters( 'wp_embed_handler_video', $video, $attr, $url, $rawattr );} /** * Registers the oEmbed REST API route. * * @since 4.4.0Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.