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



load_textdomain › Les Actions WordPress

Depuis2.9.0
Dépréciéen/a
do_action( 'load_textdomain', $domain, $mofile )
Paramètres: (2)
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Requis: Oui
  • (string) $mofile Path to the .mo file.
    Requis: Oui
Défini(e) dans:
Codex:

Fires before the MO translation file is loaded.





Source

do_action( 'load_textdomain', $domain, $mofile );