SOHO建站

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 SOHO

wowsoho.com是一个wordpress建站公司

海外华人最喜欢使用的wordpress中文主题

简站WordPress主题凭借其简洁、实用、无插件和更安全的特性,在众多WordPress主题中脱颖而出,成为许多网站开发者和用户的首选。

WordPress外贸建站课程深度探讨

  在数字化时代,拥有一个专业的网站对于企业和个体创业者而言至关重要。WordPress外贸建站课程为零基础者… Continue reading WordPress外贸建站课程深度探讨

这次wordpress被黑出屎了

今年收到这么一个问题: 如果一个公司的网站是wordpress搭建的说明该公司规模很小吗? wordpress… Continue reading 这次wordpress被黑出屎了

WordPress二次开发中常用到的一些变量和函数

WordPress二次开发中常用到的一些变量和函数,实际上WordPress还提供了许多其他有用的变量和函数,开发者可以根据具体的需求进行学习和使用。

实现wordpress一篇文章只允许同一IP评论一次

让一个IP只能评论一次

用wordpress搭建海外旅游网站的优势

用WordPress搭建海外旅游网站的优势分析用WordPress搭建海外旅游网站具有许多优势,包括灵活性、易用性、SEO优化、安全性、集成支付系统、用户评论和社交分享、兼容移动设备、日历和预订功能以及社区和用户互动等。