傻大憨

wordpress禁用Rest API

将以下代码插入到functions.php文件中即可

add_filter("json_enabled", "__return_false");
add_filter("json_jsonp_enabled", "__return_false");
add_filter("rest_enabled", "__return_false");
add_filter("rest_jsonp_enabled", "__return_false");
remove_action("init", "rest_api_init");
remove_action("rest_api_init", "rest_api_default_filters", 10);
remove_action("parse_request", "rest_api_loaded");
remove_action("wp_head", "rest_output_link_wp_head", 10);
remove_action("template_redirect", "rest_output_link_header", 11);
remove_action("auth_cookie_malformed", "rest_cookie_collect_status");
remove_action("auth_cookie_expired", "rest_cookie_collect_status");
remove_action("auth_cookie_bad_username", "rest_cookie_collect_status");
remove_action("auth_cookie_bad_hash", "rest_cookie_collect_status");
remove_action("auth_cookie_valid", "rest_cookie_collect_status");
 
add_filter("rest_authentication_errors", function () {
    return new WP_Error("rest_disabled", __("The REST API on this site has been disabled."), ["status" => rest_authorization_required_code()]);
});
Published
Categorized as 建站知识 Tagged

By 傻大憨

shadahan.com是一个关注跨境电商、创业话题的网站。

WordPress企业建站的优势

企业在选择建站平台时,可以考虑简站wordpress主题建站作为首选方案,以实现高效的网站管理和良好的用户体验。

快速搭建wordpress企业网站 就用WP快主题

快速搭建wordpress企业网站就用WP快主题,以下是WP快主题建站的10大优势。

WordPress外贸整站源码的实际应用技术

  在WordPress外贸建站领域,深入了解整站源码的开发技法是提升网站定制性和性能的重要一环。本文将深入探… Continue reading WordPress外贸整站源码的实际应用技术

wordpress根据文章分类自动调用指定页面模板

通过wordpress分类目录的别名来调用指定的single模板

WordPress外贸建站平台在行业的领导地位

  在数字时代,建立一个强大而具有影响力的国际外贸网站对于企业来说至关重要。WordPress外贸建站平台凭借… Continue reading WordPress外贸建站平台在行业的领导地位

WordPress外贸建站教程零基础学会的高效路径

  在全球数字化时代,学习WordPress外贸建站成为拓展国际业务的关键一环。本文将为您提供一个专业版的Wo… Continue reading WordPress外贸建站教程零基础学会的高效路径