wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



load_textdomain_mofile › Filtr WordPress Hooks

Od2.9.0
Przestarzałyn/a
apply_filters( 'load_textdomain_mofile', $mofile, $domain )
Parametry: (2)
  • (string) $mofile Path to the MO file.
    Wymagane: Tak
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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