3439*3440* @param string$htmlEmpty variable to be replaced with shortcode markup.3441* @param array$attr Attributes of the shortcode. See {@see wp_audio_shortcode()}.3442* @param string$content Shortcode content.3443* @param int$instance Unique numeric ID of this audio shortcode instance.3444*/3445$override=apply_filters('wp_audio_shortcode_override','',$attr,$content,$instance);34463447if(''!==$override){3448return$override;3449}34503451$audio=null;
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.