Skip to content

Instantly share code, notes, and snippets.

@mostafasoufi
Last active May 7, 2017 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mostafasoufi/2a6917e003270ce7f95d36ef704bd463 to your computer and use it in GitHub Desktop.
Save mostafasoufi/2a6917e003270ce7f95d36ef704bd463 to your computer and use it in GitHub Desktop.
Disable REST API endpoints in the WordPress
<?php
// Removed wordpress rest endpoints
remove_action( 'rest_api_init', 'create_initial_rest_routes', 99 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment