Skip to content

Instantly share code, notes, and snippets.

@kbcarte
Created September 23, 2022 13:56
Show Gist options
  • Save kbcarte/875020ae2a3c3e37edd0dea1f1f52a51 to your computer and use it in GitHub Desktop.
Save kbcarte/875020ae2a3c3e37edd0dea1f1f52a51 to your computer and use it in GitHub Desktop.
WordPress filter to remove XML-RPC functionality, add this to functions.php
<?php
add_filter( ‘xmlrpc_enabled’, ’_return_false’ );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment