傻大憨

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是一个关注跨境电商、创业话题的网站。

模板页是一个卖成品网站模板的平台

模板页mobanye.com是一个为企业用户提供高效、便捷、低成本建站解决方案的优质平台,无论是个人博客还是企业官网,都能在这里找到合适的模板资源。

免费建站资源网站

推荐5个免费的网络建站资源网站,上面有免费的模板,免费的建站素材,图片、JS特效等。

wordpress调用指定栏目下的tag标签相关文章列表

简单的调用代码,就可以现实wordpress调用指定栏目下的tag标签相关文章列表。

外贸独立站使用简站WordPress模板搭建的优势

使用简站WordPress模板搭建外贸独立站具有诸多优势,包括快速搭建、易于管理和维护、美观专业的设计、优化搜索引擎排名、良好的用户体验、支持多语言和国际化以及成本效益高等。

这次wordpress被黑出屎了

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

wordpress企业网站模板包含的页面

常见wordpress企业网站模板包含的页面