inc.php文件中225和226行代码拼写错误,少写一个_。应该为: add_filter('rest_enabled', '__return_false'); add_filter('rest_jsonp_enabled', '__return_false');