Forums
(@thetipico)
10 years, 3 months ago
This works for me:
http://stackoverflow.com/questions/35043969/display-custom-fileds-in-variations-product-page-woocommerce/35345176#35345176
11 years, 8 months ago
visit this forum post I solved the problem:
https://ww.wp.xz.cn/support/topic/featured-images-not-shown-in-translations?replies=9
I modified my theme with this code and it works perfect:
if(strpos( $url, home_url() ) === false) return false;
thnks!!