为了账号安全,请及时绑定邮箱和手机立即绑定

如何在wordpress中关闭Feed功能

如何在wordpress中关闭Feed功能

慕桂英546537 2019-05-14 09:08:38
如何在wordpress中关闭Feed功能
查看完整描述

2 回答

?
慕慕森

TA贡献1856条经验 获得超17个赞

将以下代码片段添加到你的主题的functions.php中即可。
function digwp_disable_feed() {
wp_die(__('<h1>Feed已经关闭, 请访问网站<a href="'.get_bloginfo('url').'">首页</a>!</h1>'));
}
add_action('do_feed', 'digwp_disable_feed', 1);
add_action('do_feed_rdf', 'digwp_disable_feed', 1);
add_action('do_feed_rss', 'digwp_disable_feed', 1);
add_action('do_feed_rss2', 'digwp_disable_feed', 1);
add_action('do_feed_atom', 'digwp_disable_feed', 1);




查看完整回答
反对 回复 2019-05-15
  • 2 回答
  • 0 关注
  • 631 浏览

添加回答

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号