Skip to content

Instantly share code, notes, and snippets.

@FreshLondon
Created January 25, 2019 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FreshLondon/8142d074dc86b57b057fe0da16766d31 to your computer and use it in GitHub Desktop.
Save FreshLondon/8142d074dc86b57b057fe0da16766d31 to your computer and use it in GitHub Desktop.
WordPress jQuery conflict mode - header
jQuery(document).ready(function( $ ) {
// $ Works! You can test it with next line if you like
// console.log($);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment