apply_filters( 'wp_audio_shortcode', string $html, array $atts, string $audio, int $post_id, string $library )

Filters the audio shortcode output.


Description Description


Parameters Parameters

$html

(string) Audio shortcode HTML output.

$atts

(array) Array of audio shortcode attributes.

$audio

(string) Audio file.

$post_id

(int) Post ID.

$library

(string) Media library used for the audio shortcode.


Top ↑

Source Source

File: wp-includes/media.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.