No language tag on "Terms & Conditions" links
-
Hello,
I am using a custom theme for woocommerce with Terms & Conditions page. The link to this page is :
<?php printf( __( ‘I’ve read and accept the terms & conditions‘, ‘woocommerce’ ), esc_url( get_permalink( wc_get_page_id( ‘terms’ ) ) ) ); ?>
The text is correctly translated by the html link never contains the language tag, whatever page I use. It is the only link that is not working in the page (https checkout)…Any clue on this problem?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘No language tag on "Terms & Conditions" links’ is closed to new replies.