Created
February 11, 2016 23:08
-
-
Save jaymiejones86/d857e5137b9d9ab40ac2 to your computer and use it in GitHub Desktop.
Block XMLRPC in Wordpress
This file contains hidden or 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
// After last line in config where the require is add | |
add_filter('xmlrpc_enabled', '__return_false'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment