grrr-amsterdam/wordpress-scaffold

Check REST API filter

Closed this issue · 1 comments

It seems it's now too strict, since the is_user_logged_in in the rest_endpoints filter always returns false. It works properly in rest_authentication_errors, but we still want to expose certain endpoints for unauthenticated as well.

Just tested this in the scaffold, and it appears to be working properly for REST calls made from the admin area. Let's assume everything works fine, and re-open when it turns out not to.