wp_video_shortcode_override

Advertisement

Summery Summery

Filters the default video shortcode output.

Syntax Syntax

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

Description Description

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

Parameters Parameters

$html

Empty variable to be replaced with shortcode markup.

$attr

Attributes of the shortcode. @see wp_video_shortcode()

$content

Video shortcode content.

$instance

Unique numeric ID of this video shortcode instance.

Source Source

File: wp-includes/media.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.

See also See also

Advertisement

Leave a Reply