Skip to content

Commit

Permalink
Add woocommerce_attributes_saved trigger. Closes #35004.
Browse files Browse the repository at this point in the history
  • Loading branch information
helgatheviking authored and samueljseay committed Feb 28, 2023
1 parent d59ce03 commit 6ad7c20
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,9 @@ jQuery( function ( $ ) {
$( '#variable_product_options' ).trigger( 'reload' );
}
);

$( document.body ).trigger( 'woocommerce_attributes_saved' );

}
} );
} );
Expand Down

0 comments on commit 6ad7c20

Please sign in to comment.