added do_action( 'woocommerce_after_product_ordering' ); to sync product translations menu_order value
This commit is contained in:
parent
b0bf1af931
commit
cb59771a2d
|
@ -1622,6 +1622,8 @@ class WC_AJAX {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
do_action( 'woocommerce_after_product_ordering' );
|
||||
|
||||
wp_send_json( $new_pos );
|
||||
|
||||
|
|
Loading…
Reference in New Issue