Filter hook 'wp_audio_extensions'

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

Description

Filters the list of supported audio formats.

Occurrences

Filename Line Number
wp-includes/media.php 3178

Parameters

Type Name Description
string[] $extensions An array of supported audio formats. Defaults are 'mp3', 'ogg', 'flac', 'm4a', 'wav'.

PHP Doc

/**
	 * Filters the list of supported audio formats.
	 *
	 * @since 3.6.0
	 *
	 * @param string[] $extensions An array of supported audio formats. Defaults are
	 *                            'mp3', 'ogg', 'flac', 'm4a', 'wav'.
	 */