Filter hook 'wp_video_shortcode_library'

in WP Core File wp-includes/media.php at line 3575

Description

Filters the media library used for the video shortcode.

Occurrences

Filename Line Number
wp-includes/media.php 3575
wp-includes/script-loader.php 1156
wp-includes/widgets/class-wp-widget-media-video.php 176

Parameters

Type Name Description
string $library Media library used for the video shortcode.

PHP Doc

/**
	 * Filters the media library used for the video shortcode.
	 *
	 * @since 3.6.0
	 *
	 * @param string $library Media library used for the video shortcode.
	 */