WordPress Language - markhowellsmead/helpers GitHub Wiki

Function _load_textdomain_just_in_time was called incorrectly

  • Make sure to use after_setup_theme as the hook in the Language package.
  • If you use get_plugin_data, set the second and third parameters to false.
  • Make sure that the classes don't have direct calls to __() or _x() etc. in the constructor or in the run() method.