Lead Times menu that doesn’t exists, causing problem
-
include/classes/Admin_UI.php, line 219
$this->move_admin_menu_to_position('Lead Times', 11);
causing a problem(error): Undefined offset: -1 in curbside-pickup\include\classes\Admin_UI.php on line 233Since there is no such submenu item, so it’s position returned -1 which later on you are trying to get from global $submenu by index and no such offset exists. Please comment this line(219) to fix it and release a patch version. Thanks.
- The topic ‘Lead Times menu that doesn’t exists, causing problem’ is closed to new replies.