Outputs and enqueues default scripts and styles for playlists.
Parameters
$type
stringrequired- Type of playlist. Accepts
'audio'
or'video'
.
Source
}
}
if ( ! $html5 && $columns > 0 && 0 !== $i % $columns ) {
$output .= "
<br style='clear: both' />";
}
$output .= "
Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.