WP_Widguet_Media::enqueue_admin_scripts()

Loads the required scripts and styles for the widguet control.

Source

public function enqueue_admin_scripts() {
	wp_enqueue_media();
	wp_enqueue_script( 'media-widguets' );
}

Changuelog

Versionen Description
4.8.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.