Skip to content

Instantly share code, notes, and snippets.

@bacoords
Last active February 14, 2022 17:44
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 bacoords/ec05e3663fd3d6f5082566abb51cdcef to your computer and use it in GitHub Desktop.
Save bacoords/ec05e3663fd3d6f5082566abb51cdcef to your computer and use it in GitHub Desktop.
My default wrapper when using jQuery in WordPress
(function($) {
$(document).ready(function($){
});
})( jQuery );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment