Thread Starter
rcloss
(@rcloss)
It looks like I confused two Currency Switchers
I saw it here: https://aelia.co/shop/currency-switcher-woocommerce/ Sorry
Has this been fixed?
I have a custom post type that has a slug recipes, I’ve added recettes for french and in URLs generated by wordpress is replaces recipes with recettes in french but the links don’t work.
Also if I go to /fr/recettes (or /recettes) I get 404 errors. So it looks like it’s partially working but there’s a problem with the permalinks or something.
Thread Starter
rcloss
(@rcloss)
Solved it, after realizing it removed a dimension I changed it to
return array(maybe_unserialize( $meta_cache[$meta_key][0]));
so when whatever strips a dimension off of it does so it ends up back at 2 dimensions.