Directory

wp_playlist_scripts – Hook | Developer.WordPress.org

do_action( ‘wp_playlist_scripts’, string $type, string $style )

In this article

Prints and enqueues playlist scripts, styles, and JavaScript templates.

Parameters

$typestring
Type of playlist. Possible values are 'audio' or 'video'.
$stylestring
The 'theme' for the playlist. Core provides 'light' and 'dark'.

Source

* Prints and enqueues playlist scripts, styles, and JavaScript templates.

Changelog

VersionDescription
3.9.0Introduced.

User Contributed Notes

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