Skip to content

Instantly share code, notes, and snippets.

@theory-of-soul
Created September 7, 2015 10:06
Show Gist options
  • Save theory-of-soul/f421878aada098d641b3 to your computer and use it in GitHub Desktop.
Save theory-of-soul/f421878aada098d641b3 to your computer and use it in GitHub Desktop.
удалить стандартный jquery в wordpress
<?php wp_deregister_script('jquery'); ?>
//добавить перед <?php wp_head(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment