70+
安裝啟用
—
尚無評分
2050 天前
最後更新
—
問題解決
WordPress 3.7+ PHP 7.0+ v0.1.6 上架:2020-06-01
內容簡介
這個外掛的核心是使用 WordPress 內建的篩選器來停用主題和外掛的自動更新功能。
add_filter( 'plugins_auto_update_enabled', '__return_false' );
add_filter( 'themes_auto_update_enabled', '__return_false' );
如果您有興趣為此外掛做出貢獻,所有問題都應該在Github上得到解決。歡迎推送合併要求(Pull requests)。
外掛標籤
開發者團隊
⬇ 下載最新版 (v0.1.6) 或搜尋安裝
① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Disable Automatic Theme & Plugin Updates」→ 直接安裝(推薦)
② 後台搜尋「Disable Automatic Theme & Plugin Updates」→ 直接安裝(推薦)
原文外掛簡介
At the core of this plugin, it is simply using the build in filters to disable automatic theme and plugin updates.
add_filter( 'plugins_auto_update_enabled', '__return_false' );
add_filter( 'themes_auto_update_enabled', '__return_false' );
If you are interested in contributing to this plugin, all issues should be addressed on Github. Pull requests welcome.
