DEV Community

Discussion on: The Wordpress Security Handbook 2019 - Part 2: Protect access and sessions

Collapse
 
gabreeyel profile image
Loya Blaise

This is great.
How do one know when any of his plugin is using REST API? as mentioned in 15.

Collapse
 
lucagrandicelli profile image
Luca

Hi Loya,
there ain't no specific procedure to check that, but you can have a look at each plugin's description to make sure they don't use any service related to a WP REST API usage, you can however disable the service and, if some error comes up, you'll know which plugin is requiring the service.

Collapse
 
gabreeyel profile image
Loya Blaise

Thanks veey much