WP_Widget_Media::enqueue_preview_scripts()
Enqueue preview scripts.
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.
Method of the class: WP_Widget_Media{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WP_Widget_Media = new WP_Widget_Media(); $WP_Widget_Media->enqueue_preview_scripts();
Changelog
Since 4.8.0 | Introduced. |
WP_Widget_Media::enqueue_preview_scripts() WP Widget Media::enqueue preview scripts code WP 6.6.2
public function enqueue_preview_scripts() {}