3668*3669* @param string$htmlEmpty variable to be replaced with shortcode markup.3670* @param array$attr Attributes of the shortcode. See {@see wp_video_shortcode()}.3671* @param string$content Video shortcode content.3672* @param int$instance Unique numeric ID of this video shortcode instance.3673*/3674$override=apply_filters('wp_video_shortcode_override','',$attr,$content,$instance);36753676if(''!==$override){3677return$override;3678}36793680$video=null;
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.