Add woocommerce_attributes_saved trigger. Closes #35004.

This commit is contained in:
helgatheviking 2023-02-23 16:35:02 -07:00
parent e05a191156
commit e0cf5476a8
1 changed files with 3 additions and 0 deletions

View File

@ -791,6 +791,9 @@ jQuery( function ( $ ) {
$( '#variable_product_options' ).trigger( 'reload' );
}
);
$( document.body ).trigger( 'woocommerce_attributes_saved' );
}
} );
} );