3618*3619* @param string$htmlEmpty variable to be replaced with shortcode markup.3620* @param array$attr Attributes of the shortcode. See {@see wp_video_shortcode()}.3621* @param string$content Video shortcode content.3622* @param int$instance Unique numeric ID of this video shortcode instance.3623*/3624$override=apply_filters('wp_video_shortcode_override','',$attr,$content,$instance);36253626if(''!==$override){3627return$override;3628}36293630$video=null;
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.