wpseek.com
A WordPress-centric search engine for devs and theme authors



override_load_textdomain › WordPress Filter Hooks

Since6.2.0
Deprecatedn/a
apply_filters( 'override_load_textdomain', false, $domain, $mofile, $locale )
Parameters: (4)
  • (bool) $override Whether to override the .mo file loading. Default false.
    Required: Yes
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Required: Yes
  • (string) $mofile Path to the MO file.
    Required: Yes
  • (string|null) $locale Locale.
    Required: Yes
Defined at:
Codex:

Filters whether to override the .mo file loading.





Source

$plugin_override = apply_filters( 'override_load_textdomain', false, $domain, $mofile, $locale );