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



load_textdomain_mofile › WordPress Filter Hooks

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

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





Source

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