COMMON_SKIP_KEYS
COMMON_SKIP_KEYS =array('slug')
Keys of array which should be not translated with `translateArray`.
i18n management for backend and frontend.
override_load_textdomain(boolean $plugin_override,string $domain,string $mofile)
Never load `.mo` files from `wp-content/plugins/languages` as we do manage all our translations ourself.
TODO: make this configurable per plugin?
This filter is directly implemented in override_load_textdomain
but keep for history.
boolean | $plugin_override | |
string | $domain | |
string | $mofile |