Skip to content

Instantly share code, notes, and snippets.

@mcgregormedia
Created October 9, 2015 10:22
Show Gist options
  • Save mcgregormedia/7a0f2df66505a7776625 to your computer and use it in GitHub Desktop.
Save mcgregormedia/7a0f2df66505a7776625 to your computer and use it in GitHub Desktop.
Disable WordPress 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