Action hook 'wp_playlist_scripts'
in WP Core File wp-includes/media.php at line 3110
Description
Prints and enqueues playlist scripts, styles, and JavaScript templates.
Occurrences
Filename |
Line Number |
wp-includes/media.php |
3110 |
Parameters
Type |
Name |
Description |
string |
$type |
Type of playlist. Possible values are 'audio' or 'video'. |
string |
$style |
The 'theme' for the playlist. Core provides 'light' and 'dark'. |
PHP Doc
/**
* Prints and enqueues playlist scripts, styles, and JavaScript templates.
*
* @since 3.9.0
*
* @param string $type Type of playlist. Possible values are 'audio' or 'video'.
* @param string $style The 'theme' for the playlist. Core provides 'light' and 'dark'.
*/