Used By
Used By | Description |
---|---|
wp-includes/media.php: wp_enqueue_media() | Enqueues all scripts, styles, settings, and templates necessary to use all media JS APIs. |
Allows showing or hiding the “Create Audio Playlist” button in the media library.
By default, the "Create Audio Playlist" button will always be shown in the media library. If this filter returns null
, a query will be run to determine whether the media library contains any audio items. This was the default behavior prior to version 4.8.0, but this query is expensive for large media libraries.
(bool|null) Whether to show the button, or null
to decide based on whether any audio files exist in the media library.
File: wp-includes/media.php
Version | Description |
---|---|
4.8.0 | The filter's default value is true rather than null . |
4.7.4 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/media_library_show_audio_playlist