The new item price options in the quick edit menu get placed into the query string when filtering Menu Items by section. This can cause the URL to exceed a maximum length and cause errors.
The name attributes should be removed from the price input fields so that they don't get picked up by the list table form submission.
The new item price options in the quick edit menu get placed into the query string when filtering Menu Items by section. This can cause the URL to exceed a maximum length and cause errors.
The
name
attributes should be removed from the price input fields so that they don't get picked up by the list table form submission.