Summery Summery
Returns a filtered list of supported video formats.
Syntax Syntax
Return Return
(string[]) List of supported video formats.
Source Source
File: wp-includes/media.php
<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> <?php endif ?> <<?php echo $safe_type; ?> controls="controls" preload="none" width=" <?php echo (int) $theme_width; ?> " <?php if ( 'video' === $safe_type ) :
Advertisement
Changelog Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |