https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints
Disable the REST API user endpoints due to obscure user slugs.
https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints
smntcs smntcs-plugin wordpress-plugin wordpress-rest-api
Last synced: 3 months ago
JSON representation
Disable the REST API user endpoints due to obscure user slugs.
- Host: GitHub
- URL: https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints
- Owner: nielslange
- License: gpl-2.0
- Created: 2016-12-24T03:57:59.000Z (over 8 years ago)
- Default Branch: trunk
- Last Pushed: 2024-12-31T06:22:56.000Z (5 months ago)
- Last Synced: 2024-12-31T07:22:55.839Z (5 months ago)
- Topics: smntcs, smntcs-plugin, wordpress-plugin, wordpress-rest-api
- Language: JavaScript
- Homepage: https://wordpress.org/plugins/smntcs-disable-rest-api-user-endpoints/
- Size: 510 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMNTCS Disable REST API User Endpoints









Disable the REST API user endpoints due to obscure user slugs.
## Installation
1. Upload `smntcs-disable-rest-api-user-endpoints` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the `Plugins` menu in WordPress.## Plugin page
You can find the plugin on .
## Changelog
### 2.4 (2024.12.31)
- Test up to WordPress 6.7
### 2.3 (2024.10.19)
- Test up to WordPress 6.6
### 2.2 (2023.10.15)
- Test up to WordPress 6.4
- Convert code to OOP### 2.1 (2023.03.11)
- Test up to WordPress 6.2
### 2.0 (2022.12.03)
- Test up to WordPress 6.1
### 1.9 (2022.06.09)
- Test up to WordPress 6.0
### 1.8 (2021.12.31)
- Test up to WordPress 5.8
### 1.7 (2021.05.01)
- [Add build tools](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/21)
- [Add GitHub Actions](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/23)
- [Test up to WordPress 5.7](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/25)### 1.6 (2021.01.08)
- Test up to WordPress 5.6
### 1.5 (2020.05.10)
- [Remove load_plugin_textdomain()](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/7)
### 1.4 (2020.05.10)
- [Update plugin header](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/5)
- Test up to WordPress 5.4### 1.3 (2019.12.26)
- [Add build tools](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/3)
- [Test up to 5.3](https://github.com/nielslange/smntcs-disable-rest-api-user-endpoints/issues/2)### 1.2 (2019.04.05)
- Refactor based on PHPCS and WPCS
### 1.1 (2019.02.20)
- Test up to WordPress 5.1
### 1.0 (2018.03.27)
- Initial release