Answers for "disable xmlrpc.php in wordpress with plugin"

PHP
0

wordpress disable xmlrpc

/* Disable WordPress XML-RPC for better security */
add_filter('xmlrpc_enabled', '__return_false');
Posted by: Guest on March-02-2021

Code answers related to "disable xmlrpc.php in wordpress with plugin"

Browse Popular Code Answers by Language