Filter hook 'wp_video_extensions'

in WP Core File wp-includes/media.php at line 3424

Description

Filters the list of supported video formats.

Occurrences

Filename Line Number
wp-includes/media.php 3424

Parameters

Type Name Description
string[] $extensions An array of supported video formats. Defaults are 'mp4', 'm4v', 'webm', 'ogv', 'flv'.

PHP Doc

/**
	 * Filters the list of supported video formats.
	 *
	 * @since 3.6.0
	 *
	 * @param string[] $extensions An array of supported video formats. Defaults are
	 *                             'mp4', 'm4v', 'webm', 'ogv', 'flv'.
	 */