On this page
apply_filters( 'wp_audio_extensions', string[] $extensions )
Filters the list of supported audio formats.
Parameters
$extensionsstring[]-
An array of supported audio formats. Defaults are
'mp3','ogg','flac','m4a','wav'.
Source
File: wp-includes/media.php. View all references
return apply_filters( 'wp_audio_extensions', array( 'mp3', 'ogg', 'flac', 'm4a', 'wav' ) );
Related
Used By
| Used By | Description |
|---|---|
| wp_get_audio_extensions() wp-includes/media.php | Returns a filtered list of supported audio formats. |
Changelog
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_audio_extensions