3637*3638* @param string$htmlEmpty variable to be replaced with shortcode markup.3639* @param array$attr Attributes of the shortcode. See {@see wp_video_shortcode()}.3640* @param string$content Video shortcode content.3641* @param int$instance Unique numeric ID of this video shortcode instance.3642*/3643$override=apply_filters('wp_video_shortcode_override','',$attr,$content,$instance);36443645if(''!==$override){3646return$override;3647}36483649$video=null;
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.