added do_action( 'woocommerce_after_product_ordering' ); to sync product translations menu_order value

This commit is contained in:
GreY 2014-07-10 17:15:31 +03:00
parent b0bf1af931
commit cb59771a2d
1 changed files with 2 additions and 0 deletions

View File

@ -1622,6 +1622,8 @@ class WC_AJAX {
}
}
do_action( 'woocommerce_after_product_ordering' );
wp_send_json( $new_pos );