3591*3592* @param string$htmlEmpty variable to be replaced with shortcode markup.3593* @param array$attr Attributes of the shortcode. See {@see wp_video_shortcode()}.3594* @param string$content Video shortcode content.3595* @param int$instance Unique numeric ID of this video shortcode instance.3596*/3597$override=apply_filters('wp_video_shortcode_override','',$attr,$content,$instance);35983599if(''!==$override){3600return$override;3601}36023603$video=null;
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.