Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/media.php | do_action | 2911 | /** * 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'. */ |
Hook Parameters
Parameter 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'. |