Skip to content

Instantly share code, notes, and snippets.

@eder-dias
Created May 21, 2017 00:13
Show Gist options
  • Save eder-dias/2ae9e50480069772559c1b68d96f8a22 to your computer and use it in GitHub Desktop.
Save eder-dias/2ae9e50480069772559c1b68d96f8a22 to your computer and use it in GitHub Desktop.
Disable Pingbacks and Trackbacks [Wordpress]
# START XML RPC BLOCKING
<Files xmlrpc.php>
Order Deny,Allow
Deny from all
</Files>
# FINISH XML RPC BLOCKING
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment