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



override_unload_textdomain › WordPress Filter Hooks

Seit6.1.0
Veraltetn/v
apply_filters( 'override_unload_textdomain', false, $domain, $reloadable )
Parameter: (3)
  • (bool) $override Whether to override the text domain unloading. Default false.
    Erforderlich: Ja
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Erforderlich: Ja
  • (bool) $reloadable Whether the text domain can be loaded just-in-time again.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to override the text domain unloading.





Quellcode

$plugin_override = apply_filters( 'override_unload_textdomain', false, $domain, $reloadable );