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] fix language autodetection #1364

Open spleen1981 opened 11 months ago

spleen1981 commented 11 months ago

Uses the qtranslate_language_detect_redirect filter to change default QTX redirection behaviour, redirecting user url only if site_url() is requested and not redirecting otherwise. In the latter case, if $url_info['lang_url'] is empty default language is assumed. To use qtranslate_language_detect_redirect filter, placed in QTX source before modules are loaded, additional modules "early hooks" mechanism has been added to modules handling.

Fixes #1328 Fixes #1348 May help with #1273