How to disable the WordPress REST API
The WordPress REST API provides API endpoints for WordPress data types that allow developers to interact with sites remotely by sending and receiving JSON objects. This is done by mapping different endpoints through a URI, such as: https://editwp.com/wp-json/ While the WordPress REST API is great, one problem is that by default, it leaves the usernames … Read more