Documentation

Everything you need to get started with Blocksy Theme and Companion

Change Wishlist URL

If you’re looking to change the Wishlist URL, look no further than using this snippet! It should change the URL everywhere, including the Header element and My Account page item.

Don’t forget to clear your permalinks caches!

add_filter('blocksy:pro:woocommerce-extra:wish-list:slug', function ($slug) {
  return 'custom-slug';
});
Not the solution you are looking for?

Please check other articles or open a support ticket.