apply_filters( 'wp_embed_handler_audio', string $audio, array $attr, string $url, array $rawattr )

Filters the audio embed output.


Description


Parameters

$audio

(string) Audio embed output.

$attr

(array) An array of embed attributes.

$url

(string) The original URL that was matched by the regex.

$rawattr

(array) The original unmodified attributes.


Top ↑

Source

File: wp-includes/embed.php

View on Trac


Top ↑

Changelog

Version Description
3.6.0 Introduced.