wp_video_shortcode_library WordPress Filter Hook
The wp_video_shortcode_library Wordpress hook is used to add video libraries to the WordPress video shortcode. This hook allows you to add new video libraries, or add support for additional video formats to existing libraries.
apply_filters( 'wp_video_shortcode_library', string $library ) #
Filters the media library used for the video shortcode.
Parameters
- $library
(string)Media library used for the video shortcode.
Source
File: wp-includes/media.php
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |