Skip to content

Instantly share code, notes, and snippets.

@woogists
Last active July 29, 2022 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woogists/66106b9ac74de4c621403651148dfd1b to your computer and use it in GitHub Desktop.
Save woogists/66106b9ac74de4c621403651148dfd1b to your computer and use it in GitHub Desktop.
[Product Vendors] Change the vendor URL slug
add_filter( 'wcpv_vendor_slug', 'change_product_vendors_slug' );
function change_product_vendors_slug() {
return 'your-new-slug';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment