You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have customers using your plugin with qTranslate-X, and we're having one issue with our exclude pages option: it's the default slug that is added, instead of the translated slug.
For example: /cart/ and /fr/cart/ instead of /cart/ and /fr/panier/
We use the qtranxf_convertURL() to get the correct path for each language currently. So ideally, you can give us a way to work with that, or another option would be to have a wrapper function which given an id and a lang would return the full URL for the page.
Kinda like the qts_get_slug() function, but returning a full path/URL.
The text was updated successfully, but these errors were encountered:
Hi,
I'm the lead developer of WP Rocket, a caching plugin (https://github.com/wp-media/wp-rocket)
We have customers using your plugin with qTranslate-X, and we're having one issue with our exclude pages option: it's the default slug that is added, instead of the translated slug.
For example: /cart/ and /fr/cart/ instead of /cart/ and /fr/panier/
We use the qtranxf_convertURL() to get the correct path for each language currently. So ideally, you can give us a way to work with that, or another option would be to have a wrapper function which given an id and a lang would return the full URL for the page.
Kinda like the qts_get_slug() function, but returning a full path/URL.
The text was updated successfully, but these errors were encountered: