279*280* @param string$audio Audio embed output.281* @param array$attr An array of embed attributes.282* @param string$url The original URL that was matched by the regex.283* @param array$rawattr The original unmodified attributes.284*/285returnapply_filters('wp_embed_handler_audio',$audio,$attr,$url,$rawattr);286}287288/**289* Video embed handler callback.290*291* @since 3.6.0
History
Introduced in 3.6.0. Unchanged from 6.7.7 through 7.1.0.