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



override_unload_textdomain › Les Filtres WordPress

Depuis6.1.0
Dépréciéen/a
apply_filters( 'override_unload_textdomain', false, $domain, $reloadable )
Paramètres: (3)
  • (bool) $override Whether to override the text domain unloading. Default false.
    Requis: Oui
  • (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:

Filters whether to override the text domain unloading.





Source

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