wpseek.com
A WordPress-centric search engine for devs and theme authors



load_textdomain › WordPress Action Hooks

Since2.9.0
Deprecatedn/a
do_action( 'load_textdomain', $domain, $mofile )
Parameters: (2)
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Required: Yes
  • (string) $mofile Path to the .mo file.
    Required: Yes
Defined at:
Codex:

Fires before the MO translation file is loaded.





Source

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