apply_filters( 'wp_video_extensions', array $extensions )
Filters the list of supported video formats.
Parameters
- $extensions
-
An array of support video formats. Defaults are 'mp4', 'm4v', 'webm', 'ogv', 'flv'.
Source
File: wp-includes/media.php
Changelog
Version | Description |
---|---|
WP-3.6.0 | Introduced. |