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
553 stars 104 forks source link

Deprecate `wp_translator` filter #1304

Closed herrvigg closed 1 year ago

herrvigg commented 1 year ago

This legacy filter should be named with a qtranslate prefix. It is not well designed. The intention was to allow third-party integration of a custom Translator class using the i18n interface but there is no practical way to change it.

Deprecate this filter, to be removed in next major release. If there is a real need it should be done differently.