Skip to content

Instantly share code, notes, and snippets.

@joshuafredrickson
Created October 12, 2015 14:16
Show Gist options
  • Select an option

  • Save joshuafredrickson/a99d65da043a06304bf7 to your computer and use it in GitHub Desktop.

Select an option

Save joshuafredrickson/a99d65da043a06304bf7 to your computer and use it in GitHub Desktop.
WordPress: Disable XML-RPC
// Disable XML-RPC
add_filter( 'xmlrpc_enabled', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment