Skip to content

Instantly share code, notes, and snippets.

@WordPress-Handbuch
Created March 11, 2019 12:57
Show Gist options
  • Save WordPress-Handbuch/ac3ee96d69d90fb589a17e5a8f24e5cd to your computer and use it in GitHub Desktop.
Save WordPress-Handbuch/ac3ee96d69d90fb589a17e5a8f24e5cd to your computer and use it in GitHub Desktop.
Disallow XMLRPC call in WordPress 5 by denying access through .htaccess configuration
<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