Last active
October 15, 2015 03:21
-
-
Save justindocanto/d5f2bc003444cf625a2e to your computer and use it in GitHub Desktop.
Disable XML-RPC in WordPress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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