apply_filters( 'wp_video_shortcode', string $output, array $atts, string $video, int $post_id, string $library )

Filters the output of the video shortcode.


Parameters

$output string
Video shortcode HTML output.
$atts array
Array of video shortcode attributes.
$video string
Video file.
$post_id int
Post ID.
$library string
Media library used for the video shortcode.

Top ↑

Source

File: wp-includes/media.php. View all references

return apply_filters( 'wp_video_shortcode', $output, $atts, $video, $post_id, $library );


Top ↑

Changelog

Changelog
Version Description
3.6.0 Introduced.

Top ↑

User Contributed Notes

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