apply_filters( ‘wp_audio_shortcode_library’, string $library )

In this article

Filters the media library used for the audio shortcode.

Parameters

$librarystring
Media library used for the audio shortcode.

Source

$library = apply_filters( 'wp_audio_shortcode_library', 'mediaelement' );

Changelog

VersionDescription
3.6.0Introduced.

User Contributed Notes

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