3775*3776* @param string$htmlEmpty variable to be replaced with shortcode markup.3777* @param array$attr Attributes of the shortcode. See {@see wp_video_shortcode()}.3778* @param string$content Video shortcode content.3779* @param int$instance Unique numeric ID of this video shortcode instance.3780*/3781$override=apply_filters('wp_video_shortcode_override','',$attr,$content,$instance);37823783if(''!==$override){3784return$override;3785}37863787$video=null;
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.