Would “wp_register_script’ing” jQuery via Google’s hosted version, hurt anything?
-
Would this have any consequences, particularly with BuddyPress?
`wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js’);
wp_enqueue_script(‘jquery’);
`
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Would “wp_register_script’ing” jQuery via Google’s hosted version, hurt anything?’ is closed to new replies.