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



load_textdomain › WordPress Action Hooks

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

Fires before the MO translation file is loaded.





Quellcode

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