Merge pull request #5827 from grey-rsi/master

class-wc-ajax.php
This commit is contained in:
Mike Jolley 2014-07-30 12:20:42 +01:00
commit ab5af6f930
1 changed files with 2 additions and 0 deletions

View File

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