apply_filters( 'wp_video_extensions', array $extensions )

Filters the list of supported video formats.


Description Description


Parameters Parameters

$extensions

(array) An array of supported video formats. Defaults are 'mp4', 'm4v', 'webm', 'ogv', 'flv'.


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.