apply_filters( 'wp_audio_shortcode_library', string $library )
Filters the media library used for the audio shortcode.
Parameters
-
$library
string -
Media library used for the audio shortcode.
Source
File: wp-includes/media.php
.
View all references
$library = apply_filters( 'wp_audio_shortcode_library', 'mediaelement' );
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |