wp_embed_handler_audio

Advertisement

Summery Summery

Filters the audio embed output.

Syntax Syntax

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

Parameters Parameters

$audio

Audio embed output.

$attr

An array of embed attributes.

$url

The original URL that was matched by the regex.

$rawattr

The original unmodified attributes.

Source Source

File: wp-includes/embed.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.

Advertisement

Leave a Reply