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用户个人资料添加自定义字段

在制作个人博客时,有时会需要显示作者的QQ或微信,下面这段代码就可以实现这个功能。

重庆渝二娃:数字化赋能,助力企业扬帆远航!

渝二娃工作室是一家专注于网站建设和网络推广的科技先锋,致力于为企业量身定制全方位的数字化营销的解决方案。

wordpress父页面调用子页面标题

在服务项目父页面通过以下代码,调用出子页面的标题

探讨WP外贸建站服务的最佳实践

  在全球化的商业环境中,拥有一个专业、高效的外贸网站对企业成功至关重要。WordPress作为一个强大而灵活… Continue reading 探讨WP外贸建站服务的最佳实践

简站wordpress主题的三大特点

简站wordpress主题的三大特点 1、理念“崇尚简约、鄙视繁琐、化繁为简、实用即可。”简站wordpres… Continue reading 简站wordpress主题的三大特点

深圳外贸建站公司

深圳歪猫外贸建站凭借其专业的技术团队、丰富的行业经验和全面的服务体系,已成为外贸企业建站和推广的可靠选择。