wp_playlist_scripts, $atts[type], $atts[style]
wp_playlist_scripts, $atts[type], $atts[style]
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('wp_playlist_scripts, $atts[type], $atts[style]') is found 1 times:
- /wp-includes/media.php line 3297
* * @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'. */ do_action( 'wp_playlist_scripts', $atts['type'], $atts['style'] ); $is_loaded = true; } ?> <div class="wp-playlist wp-<?php echo $safe_type; ?>-playlist wp-playlist-<?php echo $safe_style; ?>"> <?php if ( 'audio' === $atts['type'] ) : ?> <div class="wp-playlist-current-item"></div>