Add woocommerce_attributes_saved trigger. Closes #35004.
This commit is contained in:
parent
e05a191156
commit
e0cf5476a8
|
@ -791,6 +791,9 @@ jQuery( function ( $ ) {
|
|||
$( '#variable_product_options' ).trigger( 'reload' );
|
||||
}
|
||||
);
|
||||
|
||||
$( document.body ).trigger( 'woocommerce_attributes_saved' );
|
||||
|
||||
}
|
||||
} );
|
||||
} );
|
||||
|
|
Loading…
Reference in New Issue