andriilive / wp-disable-users-endpoint
`wp-disable-users-endpoint` plugin completely and for real disables WordPress & plugins image sizes generation with no need for configuration. Supports bedrock and composer install
Installs: 72
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-muplugin
Requires
- php: >=5.6
This package is not auto-updated.
Last update: 2024-11-01 04:38:42 UTC
README
wp-disable-users-endpoint
plugin completely and for real disables WordPress REST-API & /users/
api endpoint
- No need for configuration
- Tested with
Wordpress 6.0.2
&php 8.0
- Only 5 lines of code
- Supports Bedrock
WordPress
installs
Requirements
- Requires WP at least:
4.5
- Tested up to WP:
6.0.2
- Requires PHP:
7.1
Install & Activate plugin
Composer (Bedrock Install)
Run at root
composer require andriilive/wp-disable-users-endpoint
ZIP Upload
- Download
wp-disable-users-endpoint.zip
from here - Login to Wordpress Admin Dashboard
- Navigate to
Plugins
>Add new
- Press
Upload Plugin
and chosewp-disable-users-endpoint.zip
Activate
the plugin through thePlugins
menu in WordPress
FTP
- Upload folder
wp-disable-users-endpoint
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress See also
See also
- andriilive/wp-disable-generated-image-sizes
- andriilive/wp-disable-all-updates
- ... other My WP stuff here