Created
January 30, 2024 14:28
-
-
Save AnadarProSvcs/b9c032c563f2e2a5408a3cd4f013f9a6 to your computer and use it in GitHub Desktop.
Disable XML-RPC in #WordPress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'xmlrpc_enabled', '__return_false' ); | |
//Can be used as a route to being hacked, so if not needed, best to turn off. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment