apply_filters( ‘wp_video_shortcode_library’, string $library )

In this article

Filters the media library used for the video shortcode.

Parameters

$librarystring
Media library used for the video shortcode.

Source

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

Changelog

VersionDescription
3.6.0Introduced.

User Contributed Notes

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