I need to make WordPress not include jQuery in the <head>
section of every page.
The reason I need this – is because I am already including jQuery at the very bottom of the document.
I tried this: wp_deregister_script('jquery')
but it doesn’t work.
How does one remove jQuery from the <head>
section?