apply_filters( 'post_playlist', string $output, array $attr, int $instance )

Filters the playlist output.


Description

Passing a non-empty value to the filter will short-circuit generation of the default playlist output, returning the passed value instead.


Parameters

$output

(string) Playlist output. Default empty.

$attr

(array) An array of shortcode attributes.

$instance

(int) Unique numeric ID of this playlist shortcode instance.


Source

File: wp-includes/media.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.2.0 The $instance parameter was added.
WP-3.9.0 Introduced.