qtranslate / qtranslate-xt

qTranslate-XT (eXTended) - reviving qTranslate-X multilingual plugin for WordPress. A new community-driven plugin soon. Built-in modules for WooCommerce, ACF, slugs and others.
GNU General Public License v2.0
545 stars 103 forks source link

[Slugs translation] qtranxf_convertURL doesnt translate slug translation urls #1366

Closed salt-istanbul closed 10 months ago

salt-istanbul commented 10 months ago

qtranxf_convertURL function does not translate URLs that use Slugs translation. Translated slugs in urls are coming in currently selected language. How can we translate such URLs to another languages?

spleen1981 commented 10 months ago

You can use qtranxf_slugs_get_url( $lang ) to get current url translated

spleen1981 commented 10 months ago

I guess the reply given covers the issue, closing this.