wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



override_load_textdomain › WordPress Filter Hooks

Da6.2.0
Deprecaton/a
apply_filters( 'override_load_textdomain', false, $domain, $mofile, $locale )
Parametri: (4)
  • (bool) $override Whether to override the .mo file loading. Default false.
    Richiesto:
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Richiesto:
  • (string) $mofile Path to the MO file.
    Richiesto:
  • (string|null) $locale Locale.
    Richiesto:
Definito a:
Codex:

Filters whether to override the .mo file loading.





Sorgenti

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