Skip to content

Instantly share code, notes, and snippets.

@jaymiejones86
Created February 11, 2016 23:08
Show Gist options
  • Save jaymiejones86/d857e5137b9d9ab40ac2 to your computer and use it in GitHub Desktop.
Save jaymiejones86/d857e5137b9d9ab40ac2 to your computer and use it in GitHub Desktop.
Block XMLRPC in Wordpress
// 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