傻大憨

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

WMD外贸独立站

WMD外贸独立站是一家专业的外贸独立站建站与运营推广服务商,致力于为外贸企业提供高效、灵活且安全的解决方案,助力企业拓展国际市场,实现全球化发展。

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

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

什么样的人不适合用wordpress模板建站?

上一篇写了什么样的网站不适合使用WordPress?今天再写一个什么样的人不适合使用wordpress搭建网站。

自字义wordpress摘要显示的字数长度

以下代码可以实现,自定义wordpress文章摘要显示的字数长度,数值为字符号,汉字占两个字符。

wp外贸建站用最流行的CMS打造你的外贸品牌

    在当今数字化时代,WordPress作为最流行的内容管理系统(CMS),不仅在个人博客和小型企业中广泛… Continue reading wp外贸建站用最流行的CMS打造你的外贸品牌

用wordpress建外贸多语种网站的必要性

使用WordPress搭建外贸多语种网站是必要的。通过满足不同语言需求、提升搜索引擎优化、提高用户体验、降低成本、提高品牌知名度和适应全球化趋势等方面的优势,多语种网站可以帮助企业更好地拓展海外市场并提高竞争力。因此,对于有志于拓展海外市场的企业来说,建立一个多语种网站是至关重要的。