Give plugins an entry point into the VariationForm object
This commit is contained in:
parent
30e75d8859
commit
b93b9092ca
|
@ -43,7 +43,7 @@
|
|||
// Init after gallery.
|
||||
setTimeout( function() {
|
||||
$form.trigger( 'check_variations' );
|
||||
$form.trigger( 'wc_variation_form' );
|
||||
$form.trigger( 'wc_variation_form', self );
|
||||
self.loading = false;
|
||||
}, 100 );
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue