Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created May 12, 2021 18:58
Show Gist options
  • Save tdmrhn/338fb961ba36dd120f5d96939bf31e35 to your computer and use it in GitHub Desktop.
Save tdmrhn/338fb961ba36dd120f5d96939bf31e35 to your computer and use it in GitHub Desktop.
Blocksy Change Wishlist Slug
add_filter('blocksy:pro:woocommerce-extra:wish-list:slug', function ($mywlist) {
$mywlist = 'mywishlist';
return $mywlist;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment