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



unload_textdomain › WordPress Action Hooks

Since6.1.0
Deprecatedn/a
do_action( 'unload_textdomain', $domain, $reloadable )
Parameters: (2)
  • (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:

Fires before the text domain is unloaded.





Source

do_action( 'unload_textdomain', $domain, $reloadable );