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



unload_textdomain › WordPress Action Hooks

Seit6.1.0
Veraltetn/v
do_action( 'unload_textdomain', $domain, $reloadable )
Parameter: (2)
  • (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:

Fires before the text domain is unloaded.





Quellcode

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