Skip to content

Instantly share code, notes, and snippets.

@xardit
Created June 30, 2023 13:17
Show Gist options
  • Save xardit/a22ab878bfbbb687c217980a3c7ca6e0 to your computer and use it in GitHub Desktop.
Save xardit/a22ab878bfbbb687c217980a3c7ca6e0 to your computer and use it in GitHub Desktop.
WP Disable XMLRPC via functions
<?php
// disable xmlrpc
add_filter( 'xmlrpc_enabled', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment