zohaib87
12/24/2015 - 10:36 AM

Check if jQuery is loaded.php

if( wp_script_is( 'jquery' ) ) {
	// do nothing
} else {
	wp_enqueue_script( 'jquery', get_template_directory_uri() . '/js/jquery-1.11.3.min.js', array(), '12242015', true );
}