WC_Admin_Duplicate_Product::generate_unique_slug()

Method: Generates a unique slug for a given product. We do this so that we can override the behavior of wp_unique_post_slug(). The normal slug generation will run single select queries on every non-unique slug, resulting in very bad performance.

Source: includes/admin/class-wc-admin-duplicate-product.php:255

Used by 1 function | Uses 0 functions