Throwing error since 5.5.0
-
The following warning is now thrown by this plugin:
Notice: register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>menus/v1/menus</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 update all of the calls to
register_rest_route
to include the above permission_callback.
- The topic ‘Throwing error since 5.5.0’ is closed to new replies.