Skip to content

Instantly share code, notes, and snippets.

@justindocanto
Last active October 15, 2015 03:21
Show Gist options
  • Save justindocanto/d5f2bc003444cf625a2e to your computer and use it in GitHub Desktop.
Save justindocanto/d5f2bc003444cf625a2e to your computer and use it in GitHub Desktop.
Disable XML-RPC in WordPress
// Disable XML-RPC
add_filter('xmlrpc_enabled', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment