REST API Woes
-
I have created a user role called win_admin that is an amalgamation of several other roles including editor and shop manager.
Thee were unable to see the Redirection option in their Tools menu so added the following which has made it appear:
add_filter( 'redirection_role', function( $role ) { return 'win_admin'; } );
Unfortunately they see errors on the option page:
Something went wrong 🙁
Sorry, you are not allowed to do that. (rest_forbidden)REST API:
UnavailableI have disabled security plugins in case they are blocking API calls but that hasn’t helped.
Is there something else I need to do to give them access to the plugin?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘REST API Woes’ is closed to new replies.