WordPress 標準の jQuery を読み込ませない方法

[php]
wp_deregister_script ( ‘jquery’ );
[/php]
を wp_head() の前に記述することで、
WordPress 標準の jQuery が読み込まれなくなります。