[WordPress] 外掛分享: TweakMaster

WordPress 外掛 TweakMaster 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「TweakMaster」是 2025-08-02 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2025-10-22,距離現在已有 126 天。
  • 外掛最低要求 WordPress 6.6 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

nico23 |

外掛標籤

tweaks | privacy | security | lightweight | performance |

內容簡介

總結:WP Tweak 是一款輕量且極簡的 WordPress 外掛,旨在透過精選的調整來增強您的網站。它專注於提高效能、加強隱私、增強安全性,以及添加其他有用的優化,而且沒有不必要的膨脹。適合那些想簡單而有效地調整他們的 WordPress 體驗的使用者。

問答:
- WP Tweak 這個外掛如何處理調整?
- 這個外掛以一種極簡的方式處理調整。只載入包含您啟用的調整的檔案!

- 該外掛提供了哪些調整功能?
- 移除版本查詢字串
- 禁用饋送
- 禁用表情符號
- 搜尋單結果重定向
- 禁止檔案編輯
- 可自訂管理列問候語
- 啟用字型上傳
- 禁用自動清空回收桶
- 設置保留回收站內文章的天數
- 滾動進度條設置
- 禁用自我 SSL 驗證
- 禁用評論
- 禁用電子郵件登錄
- 禁用 REST API
- 刪除成功更新郵件
- 移除管理列 WordPress 標誌
- 取消資產屬性
- 禁用非生產郵件
- 移除 REST API 連結
- 設置用戶代理
- 移除 EXIF 數據
- 轉換 JPEG 格式為 AVIF 格式
- 清潔上傳文件名
- AVIF 壓縮
- JPEG 壓縮
- WebP 壓縮
- 限制所有版本
- 禁用 XML-RPC 並允許 Jetpack IP
- 移除 WP 版本信息
- 移除 jQuery Migrate
- 脚本最佳化器
- 啟用相對 URL
- 禁用 Contact Form 7 CSS 和 Autop
- 啟用 Jetpack 離線模式、維護模式和複製文章功能

- 如何向該外掛做出貢獻?
- 如果 WP Code 的片段數據庫填滿低質量調整,而且有些甚至根本不起作用且會滋擾,那麼這個外掛只包含高質量的調整。如果有遺漏的地方,請添加。
- 貢獻到這個外掛非常容易。查看 GitHub Readme。
- 如果您有關於如何添加更複雜調整的問題,請隨時詢問。

原文外掛簡介

WP Tweak is a lightweight and minimalistic WordPress plugin designed to enhance your website with a curated set of tweaks. It focuses on improving performance, bolstering privacy, strengthening security, and adding other useful optimizations—all without unnecessary bloat. Perfect for users who want a simple yet effective solution to fine-tune their WordPress experience.
This plugins handles tweaks in a minimalistic way. Only files that contains tweaks that you activate are loaded!
Tweaks

Remove version query strings
Removes ?ver=1.2.3 from all styles and scripts.
Disable feeds
Disable emojis
Search single result redirect
Disallow File Edits
Disables the ability to edit files in the file manager. Sets DISALLOW_FILE_EDIT constant to true. Does only work if the constant is already defined, usually in wp-config.php
Admin bar greeting
Replace “Howdy, {name}” with a custom message. Use {name} for the user’s display name. For example Hi, {name}!. Leave empty for no greeting. Use default for the default greeting, preventing the tweak from running.
Enable fonts to uploads
Move (Google) Fonts enabled in the Block Editor from wp-content/fonts to wp-content/uploads
Disable auto trash emptying
Set trash keep days
Set the number of days to keep posts in the trash. Default is 30 days.
Scroll progress bar
Scroll progress color
And valid css will work. You can use this color picker!.
Scroll progress bar background color
Scroll progress height
Disable self SSL verify
Disable Comments
Disable Email Login
Disable REST API
Disable Success Update Emails
Remove Admin Bar WordPress Logo
Requires a hard refresh of the page to take effect.
Remove Asset Attributes
Disable Non Production Emails
If WP_ENV (Trellis) or wp_get_environment_type is not production, emails sending is mocked.
Remove REST API links
Admin email check interval
Time in seconds to display email verification message on login. Set to 0 to disable. Default is 15552000 (6 months).
Admin footer text
a href links are allowed. Use “default” for default text.
Set user agent
WP really hates privacy and sends this WordPress/1.0; https://example.org to every site it makes calls to. You can empty the field, pretend to be Chrome Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 or something else. default will change nothing.
Remove EXIF
Remove EXIF data from uploaded images.
Convert jpeg to avif
Convert uploaded jpeg to avif
Clean upload filenames
Sanitize media filenames to remove non-latin special characters and accents
Avif compression
Default is 82
Jpeg compression
Default is 82
Webp compression
Default is 86
Limit ALL revisions
Limit revisions for all post types. This will override the limit for each post type from above!
Disable XML-RPC
Disable XML-RPC – allow Jetpack IPs
Allow XML-RPC only from Jetpack IPs
Remove WP version
Remove WordPress/6.7.1; https://example.org from html head
Dequeue jQuery Migrate
Dequeue jQuery Migrate from the jQuery script dependencies on the frontend. This is used to help devs debug from old versions of jQuery. You really do not need this on a production site.
Script Optimizer
Optimize script loading by moving them into the head and adding defer attribute. This may break your site. Use at your own risk!
Enable relative URLs
Enable relative URLs on the frontend. This may break your site. Use at your own risk!
Disable Contact Form 7 CSS
Sets wpcf7_load_css filter to false
Disable Contact Form 7 Autop
Sets wpcf7_autop_or_not filter to false
Enable Jetpack offline mode
Enable maintenance mode
Enable duplicate post

Contribute to add quality tweaks to the plugin reviewed by me
Unlike WP Code’s snippet database that is filled with low code quality tweaks where some do not even work at all and spam this plugin only contains high quality tweaks. If something is missing please add it.
It is very easy to contribute to the plugin. Check out the Github Readme.
If you have questions on adding a more complex tweak please feel free to ask.

各版本下載點

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

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


1.0.6 | 1.1.0 | 1.1.1 | trunk |

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

  • Fast Smooth Scroll 》外掛總結:, - 這個外掛簡單直接,提供快速且高效的使用者體驗。, - 啟用外掛後,所有的錨點連結(指向同一頁面上其他內容的連結)將提供平滑捲動的體驗,而...。
  • Clear Sucuri Cache 》這個外掛可以讓您在點擊一下按鈕之後刪除所需網域的整個 Sucuri 快取。, 刪除動作可以在 WordPress 管理面板或外掛程式的頁面中進行。目前版本包含以 URL 項...。
  • imageLightbox 》這是使用 WordPress 製作的圖片燈箱效果外掛,其基礎程式為 MIT 授權的 imageLightbox.js,原作者為 Osvaldas Valutis (http://osvaldas.info/image-lightbox...。
  • FrontBlocks for Gutenberg/GeneratePress 》總結:這篇文章介紹了在WordPress外掛中使用的數據屬性,包括輪播圖的數據屬性和動畫的數據屬性。, , 問題與答案:, 1. 這篇文章主要介紹了哪些輪播圖的數據...。
  • Anchor smooth scroll 》這個外掛會為 WordPress 中的錨點(anchors)加入平滑滾動效果。, 功能, , 輕量快速,沒有滾動事件, 在不同頁面間進行滾動(在頁面載入時滾動到目標 ID), 可...。
  • Snow Fall 》總結:這個外掛可以在您的網站上添加一個輕微的飄雪效果,使用了 Zach Leatherman 製作的輕量<snow-fall> JavaScript web component。, , HTML...。
  • Add infos to The Events Calendar 》這款輕量級的外掛程式「Add infos to the events calendar」為 MODERN TRIBE 的「The Events Calendar Free Plugin」提供快速鍵區塊 (圖片版權、連結至具特定...。
  • Html Social share buttons 》設計者:Hakan Ertan www.tonicons.com, 要讓圖示水平排列,請在 ShortCode 中增加 class=’in_widget’。, 例如:[zm_sh_btn iconset=’long...。
  • Init Chat Engine – Real-Time, Community, Extensible 》總結:Init Chat Engine 是一個乾淨且極簡的前端聊天框外掛程式,旨在提供首頁或整個網站的全面管理控制通訊。該外掛是 Init Plugin Suite 的核心使用系統,...。
  • atec Stats 》**總結:** 這個外掛觀察流入的流量,記錄頁面訪問和訪客數。它功能輕巧(200KB),且資源效率高,後端 CPU 負載少於 1 毫秒,前端 CPU 負載也是少於 1 毫秒...。
  • Debrandify · Remove or Replace WordPress Branding 》Debrandify(前身為DeWordPressify)是一個工具套件外掛,提供了許多設置來自定義和改進WordPress。您可以刪除WordPress的品牌標識,並將其替換為您自己的品...。
  • Lightweight and Responsive Youtube Embed 》如果你想要在你的網站上嵌入 YouTube 影片,那麼你就需要這個外掛程式。也許你知道,也許你不知道,預設的 YouTube 嵌入程式碼不是可響應的,在載入播放器時...。
  • Lightweight Live Ajax Search 》「輕量級即時 Ajax 搜尋外掛」可啟用 AJAX 驅動的即時搜尋功能,外掛體積小巧,提供簡易的短碼讓您能在任何地方顯示即時搜尋輸入框。您可以將短碼放置在任何...。
  • EasyWeather widget 》Weather Underground(www.wunderground.com)的天氣數據和預報的簡單而輕量的小工具。, 外掛程式會儲存數據的本機副本,以達到更快速和更優化的執行效果。, ...。
  • Auto-Social Meta Tags ASMT83 》Auto-Social Meta Tags ASMT83 是一款外掛,它會在 WordPress 網站的文章、頁面和其他部分上自動添加社交媒體元標籤,使用現有的特徵(例如摘要、標籤和特色...。

文章
Filter
Apply Filters
Mastodon