WordPress禁用xmlrpc功能的办法

前端之家收集整理的这篇文章主要介绍了WordPress禁用xmlrpc功能的办法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

wordpress的 xmlrpc 功能已经成为了一种主要攻击wordpress的方式,攻击后主要有以下两个后果:

  1. 会使运行wordpress的主机出现资源消耗光的情况,导致网站无法访问;
  2. 会使自己的网站上莫名的出现很多分类文章,这些多出来的分类文章都不属于网站;

所以,禁用wordpress的 xmlrpc 功能就是必须要做的一件事情了,方法很多,将下面的代码加入到主题目录的 functions.PHP 文件中即可:

Crayon-5c891cecdc171723301000" class="Crayon-Syntax Crayon-theme-classic Crayon-font-monaco Crayon-os-pc print-yes notranslate" data-settings=" minimize scroll-mouSEOver" style=" margin-top: 12px; margin-bottom: 12px; font-size: 12px !important; line-height: 15px !important;">
Crayon-toolbar" data-settings=" mouSEOver overlay hide delay" style="font-size: 12px !important;height: 18px !important; line-height: 18px !important;">Crayon-title">fuctions.PHP
Crayon-tools" style="font-size: 12px !important;height: 18px !important; line-height: 18px !important;">
Crayon-button Crayon-nums-button" title="Toggle Line Numbers">
Crayon-button-icon">
Crayon-button Crayon-plain-button" title="Toggle Plain Code">
Crayon-button-icon">
Crayon-button Crayon-wrap-button" title="Toggle Line Wrap">
Crayon-button-icon">
Crayon-button Crayon-expand-button" title="Expand Code">
Crayon-button-icon">
Crayon-button Crayon-copy-button" title="Copy">
Crayon-button-icon">
Crayon-button Crayon-popup-button" title="Open Code In New Window">
Crayon-button-icon">
Crayon-language">PHP
Crayon-info" style="min-height: 16.8px !important; line-height: 16.8px !important;">
Crayon-plain-wrap">
Crayon-main" style="">Crayon-table">Crayon-row">
Crayon-nums " data-settings="show">
Crayon-nums-content" style="font-size: 12px !important; line-height: 15px !important;">
Crayon-num" data-line="Crayon-5c891cecdc171723301000-1">1
Crayon-code">
Crayon-pre" style="font-size: 12px !important; line-height: 15px !important; -moz-tab-size:4; -o-tab-size:4; -webkit-tab-size:4; tab-size:4;">
Crayon-line" id="Crayon-5c891cecdc171723301000-1">Crayon-e">add_filterCrayon-sy">(Crayon-s">'xmlrpc_enabled'Crayon-sy">,Crayon-h"> Crayon-s">'__return_false'Crayon-sy">)Crayon-sy">;

需要禁用此功能的朋友可以按照上面的方法进行设置。

原文链接:https://www.f2er.com/wordpress/238414.html

猜你在找的wordpress相关文章