wp_get_audio_extensions(): string[]

In this article

Returns a filtered list of supported audio formats.

Return

string[] Supported audio formats.

Source

$data['tracks'] = $tracks;

$safe_type  = esc_attr( $atts['type'] );
$safe_style = esc_attr( $atts['style'] );

ob_start();

if ( 1 === $instance ) {
	/**
	 * Prints and enqueues playlist scripts, styles, and JavaScript templates.
	 *

Changelog

VersionDescription
3.6.0Introduced.

User Contributed Notes

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