3382*3383* @param string$htmlEmpty variable to be replaced with shortcode markup.3384* @param array$attr Attributes of the shortcode. See {@see wp_audio_shortcode()}.3385* @param string$content Shortcode content.3386* @param int$instance Unique numeric ID of this audio shortcode instance.3387*/3388$override=apply_filters('wp_audio_shortcode_override','',$attr,$content,$instance);33893390if(''!==$override){3391return$override;3392}33933394$audio=null;
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.