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



load_textdomain_mofile › WordPress Filter Hooks

Seit2.9.0
Veraltetn/v
apply_filters( 'load_textdomain_mofile', $mofile, $domain )
Parameter: (2)
  • (string) $mofile Path to the MO file.
    Erforderlich: Ja
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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