Title: TweakMaster
Author: Nico
Published: <strong>2025 年 8 月 3 日</strong>
Last modified: 2025 年 10 月 22 日

---

搜尋外掛

![](https://ps.w.org/tweakmaster/assets/banner-772x250.png?rev=3338568)

![](https://ps.w.org/tweakmaster/assets/icon-128x128.png?rev=3338568)

# TweakMaster

 由 [Nico](https://profiles.wordpress.org/nico23/) 開發

[下載](https://downloads.wordpress.org/plugin/tweakmaster.1.1.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/tweakmaster/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/tweakmaster/#reviews)
 * [開發資訊](https://tw.wordpress.org/plugins/tweakmaster/#developers)

 [技術支援](https://wordpress.org/support/plugin/tweakmaster/)

## 外掛說明

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!](https://oklch.com).
 * **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](https://github.com/nextgenthemes/tweakmaster/blob/master/readme.md).

If you have questions on adding a more complex tweak please feel free to ask.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈TweakMaster〉的開發相關工作。

參與者

 *   [ Nico ](https://profiles.wordpress.org/nico23/)

[將〈TweakMaster〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/tweakmaster)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/tweakmaster/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/tweakmaster/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/tweakmaster/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/tweakmaster/)。

## 變更記錄

= 2025-09-17 – 1.1.0
 * New: Admin email check interval setting. * New: Admin footer
text setting.

= 2025-08-03 – 1.0.6
 * Improved: sanitize, validate correctly, fix prefixes … *
Removed update disable tweak, not allowed on wp.org?

#### 2025-03-xx – 1.0.1-beta2

 * Improved: Tweak descriptions.
 * Fix: Admin Bar Greeting tweak.
 * Fix: Link to GH readme.
 * Fix: Rename `wptweak` to `tweakmaster` to fix multiple issues.

#### 2025-03-15 – 1.0.1-beta1

 * New: Disable non production email tweak.

#### 2025-03-xx – 1.0.0-beta1

 * Initial release.

## 中繼資料

 *  版本 **1.1.1**
 *  最後更新 **7 個月前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.6 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.8.5**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/tweakmaster/)
 * 標籤:
 * [lightweight](https://tw.wordpress.org/plugins/tags/lightweight/)[performance](https://tw.wordpress.org/plugins/tags/performance/)
   [privacy](https://tw.wordpress.org/plugins/tags/privacy/)[security](https://tw.wordpress.org/plugins/tags/security/)
   [tweaks](https://tw.wordpress.org/plugins/tags/tweaks/)
 *  [進階檢視](https://tw.wordpress.org/plugins/tweakmaster/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/tweakmaster/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/tweakmaster/reviews/)

## 參與者

 *   [ Nico ](https://profiles.wordpress.org/nico23/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/tweakmaster/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://nextgenthemes.com/donate)