Skip to content

Instantly share code, notes, and snippets.

@somewherewarm-snippets
Created April 28, 2020 14:02
Show Gist options
  • Select an option

  • Save somewherewarm-snippets/3f58e466ec4d91e38e1c352437011f11 to your computer and use it in GitHub Desktop.

Select an option

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