apply_filters( 'wp_audio_extensions', array $extensions )

Filters the list of supported audio formats.


Description Description


Parameters Parameters

$extensions

(array) An array of supported audio formats. Defaults are 'mp3', 'ogg', 'flac', 'm4a', 'wav'.


Top ↑

Source Source

File: wp-includes/media.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.