video_embed_html, $wp_embed->shortcode( array(

video_embed_html, $wp_embed->shortcode( array(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('video_embed_html, $wp_embed->shortcode( array(') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-videopress/src/class-initializer.php line 360
    				);
    			};
    
    			add_filter( 'embed_maybe_make_link', $fallback, 10, 2 );
    			$oembed_html = apply_filters( 'video_embed_html', $wp_embed->shortcode( array(), $videopress_url ) );
    			remove_filter( 'embed_maybe_make_link', $fallback );
    
    			$video_wrapper = sprintf(
    				'<div class="%s">%s %s</div>',
    				$video_wrapper_classes,
    				$preview_on_hover,