Advertisement
Guest User

Untitled

a guest
Oct 1st, 2015
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. function gww_included_scripts(){            
  2.      wp_enqueue_script('jquery');
  3.      wp_enqueue_script('jquery-ui-core');                
  4. }    
  5. add_action( 'wp_enqueue_scripts', 'gww_included_scripts');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement