Summery Summery
Filters the playlist output.
Syntax Syntax
Description Description
Passing a non-empty value to the filter will short-circuit generation of the default playlist output, returning the passed value instead.
Parameters Parameters
- $output
-
Playlist output. Default empty.
- $attr
-
An array of shortcode attributes.
- $instance
-
Unique numeric ID of this playlist shortcode instance.
Source Source
File: wp-includes/media.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.2.0 | The $instance parameter was added. |
3.9.0 | Introduced. |