wpseek.com
A WordPress-centric search engine for devs and theme authors



override_unload_textdomain › WordPress Filter Hooks

Since6.1.0
Deprecatedn/a
apply_filters( 'override_unload_textdomain', false, $domain, $reloadable )
Parameters: (3)
  • (bool) $override Whether to override the text domain unloading. Default false.
    Required: Yes
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Required: Yes
  • (bool) $reloadable Whether the text domain can be loaded just-in-time again.
    Required: Yes
Defined at:
Codex:

Filters whether to override the text domain unloading.





Source

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