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'.
Source Source
File: wp-includes/media.php
Changelog Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |