No language tag on html link
-
Hello,
I am using a custom theme for woocommerce with a 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 the page I use. It is the only link that is not working in the page (https checkout)…Any clue on this problem?
- The topic ‘No language tag on html link’ is closed to new replies.