Summery Summery
Outputs and enqueue default scripts and styles for playlists.
Syntax Syntax
Parameters Parameters
- $type
-
(Required) Type of playlist. Accepts 'audio' or 'video'.
Source Source
File: wp-includes/media.php
* @type string $icontag HTML tag to use for each image's icon. * Default 'dt', or 'div' when the theme registers HTML5 gallery support. * @type string $captiontag HTML tag to use for each image's caption. * Default 'dd', or 'figcaption' when the theme registers HTML5 gallery support. * @type int $columns Number of columns of images to display. Default 3. * @type string|array $size Size of the images to display. Accepts any valid image size, or an array of width * and height values in pixels (in that order). Default 'thumbnail'. * @type string $ids A comma-separated list of IDs of attachments to display. Default empty. * @type string $include A comma-separated list of IDs of attachments to include. Default empty.
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |