Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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
https://github.com/andriilive/wp-disable-users-endpoint
bedrock roots-bedrock wordpress wordpress-php-library wordpress-plugin wp wp-bedrock
Last synced: 7 days ago
JSON representation
wp-disable-users-endpoint plugin completely and for real disables WordPress & plugins image sizes generation with no need for configuration
- Host: GitHub
- URL: https://github.com/andriilive/wp-disable-users-endpoint
- Owner: andriilive
- License: apache-2.0
- Created: 2022-10-19T18:37:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T20:55:02.000Z (about 2 years ago)
- Last Synced: 2024-10-11T03:42:09.040Z (about 1 month ago)
- Topics: bedrock, roots-bedrock, wordpress, wordpress-php-library, wordpress-plugin, wp, wp-bedrock
- Language: PHP
- Homepage: https://digitalandy.eu
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Disable wordpress `/users/` api endpoint
[![Made in Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua)
[![Contribute with Gitpod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/andriilive/wp-disable-users-endpoint)`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](https://roots.io/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
1. Download `wp-disable-users-endpoint.zip` from [here](https://github.com/andriilive/wp-disable-users-endpoint/archive/refs/tags/0.1.0.zip)
2. Login to Wordpress Admin Dashboard
2. Navigate to `Plugins` > `Add new`
3. Press `Upload Plugin` and chose `wp-disable-users-endpoint.zip`
2. `Activate` the plugin through the `Plugins` menu in WordPress### FTP
1. Upload folder `wp-disable-users-endpoint` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
See also### See also
- [andriilive/wp-disable-generated-image-sizes](https://github.com/andriilive/wp-disable-generated-image-sizes)
- [andriilive/wp-disable-all-updates](https://github.com/andriilive/wp-disable-all-updates)
- ... other My WP stuff [here](https://github.com/search?q=user%3Aandriilive+repo%3Awp+repo%3Awordpress&type=Repositories&ref=advsearch&l=&l=)