[WordPress] 外掛分享: Remove Site Health From Dashboard

前言介紹

  • 這款 WordPress 外掛「Remove Site Health From Dashboard」是 2020-04-17 上架。
  • 目前有 1000 個安裝啟用數。
  • 上一次更新是 2025-02-18,距離現在已有 74 天。
  • 外掛最低要求 WordPress 5.3 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 5.6 以上。
  • 有 2 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

fullworks |

外掛標籤

sitehealth | site health | dashboard widget |

內容簡介

如果您管理多個 WordPress 網站,您可能會發現您會收到很多關於網站健康的電話,因為這已經被放在您的網站所有者眼前。
如果這是您自己的網站,這是好事,但如果您從非技術客戶那裡接到電話,那就不太好了。
因此,這款外掛可以將它移除。它非常簡單和輕量級。
這是如何移除它的程式碼,如果您不想要一個外掛的話。
但是,如果您管理多個網站,您可能需要一個外掛,這樣您就可以通過您的管理工具批量推送它。
add_action(
/**
* 從儀表板中移除網站健康狀態
*/
'wp_dashboard_setup',
function () {
global $wp_meta_boxes;
unset( $wp_meta_boxes['dashboard']['normal']['core']['dashboard_site_health'] );
}
);

原文外掛簡介

If you manage multiple WordPress sites, you may find you get lots of calls about site health as this has been put right in front of your site owners eyes.
This is a good thing if it is your own site but no so good if you are getting calls from non technical clients.
So this plugin removes it. Simple and as lightweight as any code snippet can be.
Additionally if you want to hide the Site Health from the tools menu, you can set
RSHFD_REMOVE_SITE_HEALTH_FROM_TOOLS in wp-config.php to true
define('RSHFD_REMOVE_SITE_HEALTH_FROM_TOOLS', true);

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Remove Site Health From Dashboard」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0 | 1.1 | 1.1.1 | 1.1.2 | trunk |

延伸相關外掛(你可能也想知道)

暫無相關外掛推薦。

文章
Filter
Apply Filters
Mastodon