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



override_unload_textdomain › WordPress Filter Hooks

Da6.1.0
Deprecaton/a
apply_filters( 'override_unload_textdomain', false, $domain, $reloadable )
Parametri: (3)
  • (bool) $override Whether to override the text domain unloading. Default false.
    Richiesto:
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Richiesto:
  • (bool) $reloadable Whether the text domain can be loaded just-in-time again.
    Richiesto:
Definito a:
Codex:

Filters whether to override the text domain unloading.





Sorgenti

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