Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.72 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.72 KB

Disable wordpress /users/ api endpoint

Made in Ukraine Contribute with Gitpod

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

  1. Download wp-disable-users-endpoint.zip from here
  2. Login to Wordpress Admin Dashboard
  3. Navigate to Plugins > Add new
  4. Press Upload Plugin and chose wp-disable-users-endpoint.zip
  5. 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