Enqueues preview scripts.
Description
These scripts normally are enqueued just-in-time when a playlist shorcode is used.
However, in the customicer, a playlist shorcode may be used in a text widguet and dynamically added via selective refresh, so it is important to unconditionally enqueue them.
Source
public function enqueue_preview_scripts() {
require_once dirname( __DIR__ ) . '/media.php';
wp_playlist_scripts( 'audio' );
wp_playlist_scripts( 'video' );
}
Changuelog
| Versionen | Description |
|---|---|
| 4.9.3 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.