Changes between Version 3 and Version 4 of Ticket #51986, comment 27
- Timestamp:
- 08/24/2021 01:37:13 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51986, comment 27
v3 v4 18 18 }}} 19 19 20 The error appears even no plugin is active. I didn't check whether the current theme ("Gridd") is the source of the error. So I'm supposing a core bug.20 The error appears even no plugin is active. I didn't check whether the current theme ("Gridd") is the source of the error. 21 21 22 22 In the file **/wp-includes/rest-api/class-wp-rest-server.php** in line **1436** the variable **$opts** sometimes contains a string. Since it is used in **array_intersect_key()** which expects an array, an error is raised.