wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



override_load_textdomain › WordPress Filter Hooks

Seit6.2.0
Veraltetn/v
apply_filters( 'override_load_textdomain', false, $domain, $mofile, $locale )
Parameter: (4)
  • (bool) $override Whether to override the .mo file loading. Default false.
    Erforderlich: Ja
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Erforderlich: Ja
  • (string) $mofile Path to the MO file.
    Erforderlich: Ja
  • (string|null) $locale Locale.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to override the .mo file loading.





Quellcode

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