WordPress Language - markhowellsmead/helpers GitHub Wiki
Function _load_textdomain_just_in_time was called incorrectly
- Make sure to use
after_setup_themeas the hook in the Language package. - If you use
get_plugin_data, set the second and third parameters tofalse. - Make sure that the classes don't have direct calls to
__()or_x()etc. in the constructor or in therun()method.