Navigation überspringen

Schlagwörter: 

Dieses Thema enthält 0 Antworten, hat 0 Stimmen.

Zuletzt aktualisiert von rayB-4 Vor 5 Tage, 8 Stunden.

Assistiert von: Lauren.

Verfasser Beiträge
April 3, 2025 unter 8:08 pm #16894787

rayB-4

Background of the issue:
I am trying to localize JavaScript with the translated URL using WPML. I am using the following code: apply_filters( 'wpml_permalink', get_the_permalink( $id), 'fr' );.

Note: The CPT titles are translated, and the translated URLs work elsewhere as expected.

Symptoms:
The function wpml_permalink is returning the original URL in the correct language directory instead of the fully translated URL. I am passing /myslug/in-english/ and getting /fr/myslug/in-english/, but I want /fr/myslug/en-anglais/.

Questions:
Will wpml_permalink only work as I wish at certain points in the request lifecycle?