企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
``` /** * Many see XMLRPC as a security issue / vulnerability. * It certainly is for users with weak passwords. * This filter turns XMLRPC off, so nothing to worry anymore. * * @source: //developer.wordpress.org/reference/hooks/xmlrpc_enabled/ */ add_filter( 'xmlrpc_enabled', '__return_false' ); ``` ***** 或者直接删除xmlrpc.php 文件