WP_Widget_Media::enqueue_preview_scripts() WordPress Method
The WP_Widget_Media::enqueue_preview_scripts() method is used to enqueue the preview scripts for a media widget.
WP_Widget_Media::enqueue_preview_scripts() #
Enqueue preview scripts.
Contents
Description
These scripts normally are enqueued just-in-time when a widget is rendered. In the customizer, however, widgets can be dynamically added and rendered via selective refresh, and so it is important to unconditionally enqueue them in case a widget does get added.
Source
File: wp-includes/widgets/class-wp-widget-media.php
public function enqueue_preview_scripts() {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |