Created
May 12, 2021 18:58
-
-
Save tdmrhn/338fb961ba36dd120f5d96939bf31e35 to your computer and use it in GitHub Desktop.
Blocksy Change Wishlist Slug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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