tags to */ class AMP_Audio_Sanitizer extends AMP_Base_Sanitizer { use AMP_Noscript_Fallback; /** * Tag. * * @var string HTML audio tag to identify and replace with AMP version. * @since 0.2 */ public static $tag = 'audio'; /** * Default args. * * @var array */ protected $DEFAULT_ARGS = array( 'add_noscript_fallback' => true, ); /** * Get mapping of HTML selectors to the AMP component selectors which they may be converted into. * * @return array Mapping. */ public function get_selector_conversion_mapping() { return array( 'audio' => array( 'amp-audio' ), ); } /** * Sanitize the