WebStack icon indicating copy to clipboard operation
WebStack copied to clipboard

拼写错误导致wp统计报错

Open V4444 opened this issue 11 months ago • 0 comments

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

V4444 avatar Dec 18 '24 06:12 V4444