wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



unload_textdomain › Les Actions WordPress

Depuis6.1.0
Dépréciéen/a
do_action( 'unload_textdomain', $domain, $reloadable )
Paramètres: (2)
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Requis: Oui
  • (bool) $reloadable Whether the text domain can be loaded just-in-time again.
    Requis: Oui
Défini(e) dans:
Codex:

Fires before the text domain is unloaded.





Source

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