Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@somewherewarm-snippets
Created April 28, 2020 14:02
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 somewherewarm-snippets/3f58e466ec4d91e38e1c352437011f11 to your computer and use it in GitHub Desktop.
Save somewherewarm-snippets/3f58e466ec4d91e38e1c352437011f11 to your computer and use it in GitHub Desktop.
;( function ( $, window, document, undefined ) {
$( '.composite_data' )
.on( 'wc-composite-initializing', function( event, composite ) {
// Add your code here.
} );
} ) ( jQuery, window, document );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment