🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
``` /** * 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 文件