Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save janzikmund/587bd1de1c6167d5842ba0bd6a01a493 to your computer and use it in GitHub Desktop.
Save janzikmund/587bd1de1c6167d5842ba0bd6a01a493 to your computer and use it in GitHub Desktop.
Disable XMLRPC in WordPress using .htaccess
# Disable XMLRPC
<Files xmlrpc.php>
Order Allow,Deny
Deny from all
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment