Automattic / liveblog

Liveblogging done right. Using WordPress.
https://wordpress.org/plugins/liveblog/
311 stars 122 forks source link

REST API routes require a permission_callback #669

Closed mslinnea closed 3 years ago

mslinnea commented 3 years ago

WordPress 5.5+ throws a doing_it_wrong notice when a route is registered without a permission_callback.

https://make.wordpress.org/core/2020/07/22/rest-api-changes-in-wordpress-5-5/

Since these endpoints are intended to be public, the __return_true callback can be used.