3369*3370* @param string$htmlEmpty variable to be replaced with shortcode markup.3371* @param array$attr Attributes of the shortcode. See {@see wp_audio_shortcode()}.3372* @param string$content Shortcode content.3373* @param int$instance Unique numeric ID of this audio shortcode instance.3374*/3375$override=apply_filters('wp_audio_shortcode_override','',$attr,$content,$instance);33763377if(''!==$override){3378return$override;3379}33803381$audio=null;
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.