Title: Disable Client Side Media
Author: Adam Silverstein
Published: <strong>2026 年 8 月 18 日</strong>
Last modified: 2026 年 8 月 18 日

---

搜尋外掛

![](https://ps.w.org/disable-client-side-media/assets/banner-772x250.png?rev=3653577)

![](https://ps.w.org/disable-client-side-media/assets/icon.svg?rev=3653577)

# Disable Client Side Media

 由 [Adam Silverstein](https://profiles.wordpress.org/adamsilverstein/) 開發

[下載](https://downloads.wordpress.org/plugin/disable-client-side-media.1.0.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/disable-client-side-media/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/disable-client-side-media/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/disable-client-side-media/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/disable-client-side-media/#developers)

 [技術支援](https://wordpress.org/support/plugin/disable-client-side-media/)

## 外掛說明

WordPress can process media uploads in the browser, resizing and compressing images
on your own device before they are sent to the server. This plugin turns that off,
so uploads fall back to the traditional server-side path.

There is nothing to configure – activate the plugin and client-side media processing
is off. It is a single filter:

    ```
    add_filter( 'wp_client_side_media_processing_enabled', '__return_false' );
    ```

Useful when you want to compare server-side and client-side upload behavior, or 
when a site needs the server-side path for consistency.

## 安裝方式

 1. Upload the plugin files to the `/wp-content/plugins/disable-client-side-media` 
    directory, or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the “Plugins” screen in WordPress.

## 常見問題集

### Are there any settings?

No. Activating the plugin disables client-side media processing; deactivating it
restores the default behavior.

### Does this change existing media?

No. It only affects how new uploads are processed.

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ Adam Silverstein ](https://profiles.wordpress.org/adamsilverstein/)

[將〈Disable Client Side Media〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/disable-client-side-media)

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

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

## 變更記錄

#### 1.0.1

 * Add plugin banner and icon assets for the plugin directory.

#### 1.0.0

 * Initial release.

## 中繼資料

 *  版本 **1.0.1**
 *  最後更新 **2 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.1**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/disable-client-side-media/)
 * 標籤:
 * [media](https://tw.wordpress.org/plugins/tags/media/)[performance](https://tw.wordpress.org/plugins/tags/performance/)
   [uploads](https://tw.wordpress.org/plugins/tags/uploads/)
 *  [進階檢視](https://tw.wordpress.org/plugins/disable-client-side-media/advanced/)

## 評分

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

[撰寫評分](https://wordpress.org/support/plugin/disable-client-side-media/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/disable-client-side-media/reviews/)

## 參與者

 *   [ Adam Silverstein ](https://profiles.wordpress.org/adamsilverstein/)

## 技術支援

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

 [檢視技術支援論壇](https://wordpress.org/support/plugin/disable-client-side-media/)