3408*3409* @param string$htmlEmpty variable to be replaced with shortcode markup.3410* @param array$attr Attributes of the shortcode. See {@see wp_audio_shortcode()}.3411* @param string$content Shortcode content.3412* @param int$instance Unique numeric ID of this audio shortcode instance.3413*/3414$override=apply_filters('wp_audio_shortcode_override','',$attr,$content,$instance);34153416if(''!==$override){3417return$override;3418}34193420$audio=null;
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.