commit
7f5b65b519
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Trigger event `woocommerce_attributes_saved` following successful product meta box ajax update.
|
|
@ -797,6 +797,9 @@ jQuery( function ( $ ) {
|
|||
$( '#variable_product_options' ).trigger( 'reload' );
|
||||
}
|
||||
);
|
||||
|
||||
$( document.body ).trigger( 'woocommerce_attributes_saved' );
|
||||
|
||||
}
|
||||
} );
|
||||
} );
|
||||
|
|
Loading…
Reference in New Issue