Created
September 16, 2016 08:32
-
-
Save isaumya/1696e98bb1d2584602b261e7d8cc4247 to your computer and use it in GitHub Desktop.
Disable WordPress XMLRPC.php without affecting Jetpack Plugin
This file contains hidden or 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
<?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