Title: TweakMaster
Author: Nicolas Jonas
Published: <strong>2025년 8월 3일</strong>
Last modified: 2026년 8월 8일

---

플러그인 검색

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

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# TweakMaster

 작성자: [Nicolas Jonas](https://profiles.wordpress.org/nico23/)

[다운로드](https://downloads.wordpress.org/plugin/tweakmaster.1.4.3.2.zip)

 * [세부사항](https://ko.wordpress.org/plugins/tweakmaster/#description)
 * [평가](https://ko.wordpress.org/plugins/tweakmaster/#reviews)
 * [개발](https://ko.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**
 * **Remove RSD link**
    Removes Really Simple Discovery link tag from head.
 * **Remove shortlink**
    Removes shortlink link tag from head and shortlink HTTP
   header.
 * **Remove wlwmanifest link**
    Removes Windows Live Writer manifest link tag from
   head.
 * **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.
 * **Remove Welcome Panel**
    Removes the Welcome Panel from the dashboard.
 * **Remove “At a Glance” widget**
    Removes the At a Glance dashboard widget.
 * **Remove “Activity” widget**
    Removes the Activity dashboard widget.
 * **Remove “Quick Draft” widget**
    Removes the Quick Draft dashboard widget.
 * **Remove “WordPress Events and News” widget**
    Removes the WordPress Events and
   News dashboard widget.
 * **Remove “Site Health Status” widget**
    Removes the Site Health Status dashboard
   widget.
 * **404 Redirect Home**
    Redirects 404 pages to the homepage.
 * **Set user agent**
    WP really hates privacy and sends this `WordPress/7.0; https://
   stage.nextgenthemes.test` 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
 * **Revisions for Posts**
 * **Revisions for Pages**
 * **Revisions for Custom CSS**
 * **Revisions for Patterns**
 * **Revisions for Templates**
 * **Revisions for Template Parts**
 * **Revisions for Global Styles**
 * **Revisions for Navigation Menus**
 * **Revisions for Downloads**
 * **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 ` 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”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ Nicolas Jonas ](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/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/tweakmaster/)
을 [RSS](https://plugins.trac.wordpress.org/log/tweakmaster/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

### 2026-08-08 – 1.4.3

 * Improved: Removed web request to get Jetpack IPs.
 * Improved: Removed file build script from distribution.

### 2026-08-05 – 1.4.2.2

 * New: 404 Redirect Home — redirects 404 pages to the homepage.

### 2026-07-13 – 1.4.1

 * Fix: Welcome panel removal using correct `welcome_panel` hook.

### 2026-07-13 – 1.4.0

 * New: Standalone tweaks to remove dashboard widgets (Welcome Panel, Activity, 
   Quick Draft, At a Glance, Events and News, Site Health).
 * New: WP-CLI `feature-list` command for generating the features list.
 * Improved: Build script converted from PHP to shell for simpler maintenance.
 * Dev: Added PHPStan `dynamicConstantNames` for WordPress constants.
 * Dev: Added tsconfig.json and standardized .gitignore.

### 2026-06-24 – 1.1.2

 * New: Remove RSD link, shortlink, and wlwmanifest link from head.
 * New: Enable Jetpack offline mode tweak.
 * New: Enable maintenance mode tweak.
 * New: Admin email check interval setting.
 * New: Admin footer text setting.
 * Improved: PHPDoc annotations across all files.
 * Improved: Coding style, tab indentation, and restructuring.
 * Dev: Deploy centralized in parent repo, removed per-plugin workflows.

### 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.4.3.2**
 *  최근 업데이트: **3주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.6 또는 그 이상 **
 *  다음까지 시험됨: **6.8.8**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/tweakmaster/)
 * 태그:
 * [lightweight](https://ko.wordpress.org/plugins/tags/lightweight/)[performance](https://ko.wordpress.org/plugins/tags/performance/)
   [privacy](https://ko.wordpress.org/plugins/tags/privacy/)[security](https://ko.wordpress.org/plugins/tags/security/)
   [tweaks](https://ko.wordpress.org/plugins/tags/tweaks/)
 *  [고급 보기](https://ko.wordpress.org/plugins/tweakmaster/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/tweakmaster/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/tweakmaster/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://nextgenthemes.com/donate)