wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



override_load_textdomain › Filtr WordPress Hooks

Od6.2.0
Przestarzałyn/a
apply_filters( 'override_load_textdomain', false, $domain, $mofile, $locale )
Parametry: (4)
  • (bool) $override Whether to override the .mo file loading. Default false.
    Wymagane: Tak
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Wymagane: Tak
  • (string) $mofile Path to the MO file.
    Wymagane: Tak
  • (string|null) $locale Locale.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether to override the .mo file loading.





Źródło

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