woocommerce/tests/unit-tests/admin
Christopher Allford 753f39ff27 Added unique slug generation for variable product duplication
The standard wp_unique_post_slug() function will run one query per name collision, leading to a large number of queries being made when a product template is duplicated repeatedly. We can avoid this by doing the unique generation ourselves.
2019-11-18 13:49:41 -08:00
..
reports Fixed failing tests 2019-07-18 22:42:31 -03:00
class-wc-tests-admin-duplicate-product.php Added unique slug generation for variable product duplication 2019-11-18 13:49:41 -08:00