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.

Top ↑

Source

File: wp-includes/media.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.6.0 Introduced.

Top ↑

User Contributed Notes

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