WP jquery to foote
been trying to move
WP jquery to footer but impossible with vantage theme
are you forcing it in header?
function my_init() {
if (!is_admin()) {
wp_deregister_script('jquery');
wp_register_script('jquery', '/
wp-includes/
js/jquery/jquery.
js', false, '1.3.2', true);
wp_enqueue_script('jquery');
}
}
add_action('init', 'my_init')
Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.