apply_filters( 'wp_video_shortcode_override', string $html, array $attr, string $content, int $instance )

Filters the default video shortcode output.


Description Description

If the filtered output isn’t empty, it will be used instead of generating the default video template.

See also See also


Top ↑

Parameters Parameters

$html

(string) Empty variable to be replaced with shortcode markup.

$attr

(array) Attributes of the shortcode. @see wp_video_shortcode()

$content

(string) Video shortcode content.

$instance

(int) Unique numeric ID of this video shortcode instance.


Top ↑

Source Source

File: wp-includes/media.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.