From cb59771a2d42ff00c40b47648744574ea4358a9a Mon Sep 17 00:00:00 2001 From: GreY Date: Thu, 10 Jul 2014 17:15:31 +0300 Subject: [PATCH] added do_action( 'woocommerce_after_product_ordering' ); to sync product translations menu_order value --- includes/class-wc-ajax.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/class-wc-ajax.php b/includes/class-wc-ajax.php index 8fae68c7ad9..614f541b480 100644 --- a/includes/class-wc-ajax.php +++ b/includes/class-wc-ajax.php @@ -1622,6 +1622,8 @@ class WC_AJAX { } } + + do_action( 'woocommerce_after_product_ordering' ); wp_send_json( $new_pos );