I'm getting the following four errors in the admin (API calls work fine):
<br />
<b>Notice</b>: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>menus/v1/menus/(?P<id>[a-zA-Z0-9_-]+)</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in <b>C:\Users\micro\projects\shapers\DU2020\www\wp-includes\functions.php</b> on line <b>5225</b><br />
<br />
<b>Notice</b>: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>menus/v1/locations/(?P<id>[a-zA-Z0-9_-]+)</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in <b>C:\Users\micro\projects\shapers\DU2020\www\wp-includes\functions.php</b> on line <b>5225</b><br />
<br />
<b>Notice</b>: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>menus/v1/locations</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in <b>C:\Users\micro\projects\shapers\DU2020\www\wp-includes\functions.php</b> on line <b>5225</b><br />
I'm getting the following four errors in the admin (API calls work fine):
I'll try and go fix it.