Terms permalink not translated
-
In frontend/frontend.php, filters are added for a number of permalink page:
$pages = array( 'cart', 'product', 'myaccount', 'shop', 'change_password', 'checkout' ); foreach( $pages as $page ) { add_filter( 'woocommerce_get_' . $page . '_page_id', 'cmlwoo_get_translated_page_id', 10, 1 ); }
Please add
'terms'
to this list.Thanks.
https://www.ads-software.com/plugins/ceceppa-multilingua-support-for-woocommerce/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Terms permalink not translated’ is closed to new replies.