WP Manifestindependent plugin directory
manifest / security / disable-core-rest-endpoints-plugin-wordpress

Disable Core REST Endpoints

Disable all WordPress core REST endpoints: posts, pages, and attachments

by Fat Panda · github.com/withfatpanda/disable-core-rest-endpoints-plugin-wordpress · website

0stars
6composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/withfatpanda/disable-core-rest-endpoints-plugin-wordpress/archive/refs/heads/master.zip

Also on Packagist as withfatpanda/disable-core-rest-endpoints-plugin-wordpress:

composer require withfatpanda/disable-core-rest-endpoints-plugin-wordpress

From the readme

Disable Core REST Endpoints Simple WordPress plugin. When activated, disables core REST endpoints without turning off the entire REST featureset. This makes it easier for me to develop REST-focused projects without inadvertantly exposing core CMS functionality.

Read the full README on GitHub →