Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save manospsyx/0194273040769d686bc779c2adbce671 to your computer and use it in GitHub Desktop.
Save manospsyx/0194273040769d686bc779c2adbce671 to your computer and use it in GitHub Desktop.
Composite Products JS API - Script Bootstrapping
;( 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