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



load_textdomain_mofile › Les Filtres WordPress

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

Filters MO file path for loading translations for a specific text domain.





Source

$mofile = apply_filters( 'load_textdomain_mofile', $mofile, $domain );