rollbar / rollbar-php-wordpress

Official WordPress plugin from Rollbar, Inc.
https://rollbar.com/
GNU General Public License v2.0
15 stars 20 forks source link

fix: correct PHP notice on register-rest-route in WordPress v5.5.0 #96

Closed rkaiser0324 closed 2 years ago

rkaiser0324 commented 3 years ago

As of WordPress 5.5.0 the permission_callback is required, or you get this:

Notice: register_rest_route was called incorrectly. The REST API route definition for rollbar/v1/test-php-logging is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.)

This fixes that.

brandoncc commented 3 years ago

Please merge this!