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
546 stars 103 forks source link

Rename `QTX_Translator::translate_{item}` filters #1323

Closed herrvigg closed 1 year ago

herrvigg commented 1 year ago

All filters of qTranslate-XT should have a qtranslate suffix. Rename to qtranslate_{item}.

These filters are never used internally. This class was meant to facilitate 3rd-party integration but it doesn't feel justified anymore, as developers are more inclined to call qtranxf_use* functions directly. Before removing that class the official API should be clarified.