init commit
This commit is contained in:
8
twitch_extension/code-snippets/inject_jqueryui.php
Normal file
8
twitch_extension/code-snippets/inject_jqueryui.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
// if (!is_user_logged_in()) {
|
||||
// return;
|
||||
// }
|
||||
// wp_enqueue_script( 'script', 'https://code.jquery.com/ui/1.12.1/jquery-ui.min.js', 'jQuery', 1.0, true);
|
||||
// wp_enqueue_script('jquery-ui-core');
|
||||
wp_enqueue_script("jquery-ui-draggable");
|
||||
// wp_enqueue_script("jquery-ui-resizable");
|
||||
Reference in New Issue
Block a user