3546*3547* @param string$htmlEmpty variable to be replaced with shortcode markup.3548* @param array$attr Attributes of the shortcode. See {@see wp_audio_shortcode()}.3549* @param string$content Shortcode content.3550* @param int$instance Unique numeric ID of this audio shortcode instance.3551*/3552$override=apply_filters('wp_audio_shortcode_override','',$attr,$content,$instance);35533554if(''!==$override){3555return$override;3556}35573558$audio=null;
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.