Dequeuing scripts for all pages but the home page
Just a few notes on your code You should dequeue and deregister a script to remove it completely from the $wp_scripts global You should not be using wp_print_scripts, this is the wrong hook. You should be using wp_enqueue_scripts Don’t wrap your action in a conditional. Your conditional tag might either be set to early or … Read more