Tagged Questions
1
vote
3answers
2k views
using wp_enqueue_script to attach jquery-ui
I am trying to load jquery-ui using wp_enqueue_script. I can check that jquery is loaded. jquery-ui is registered i.e. output of var_dump( wp_script_is( 'jquery-ui-tabs', 'registered' ) ); is ...