Title: Disable Client Side Media
Author: Adam Silverstein
Published: <strong>18.08.2026</strong>
Last modified: 18.08.2026

---

Шукати плагіни

![](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://uk.wordpress.org/plugins/disable-client-side-media/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/disable-client-side-media/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/disable-client-side-media/#installation)
 * [Розробка](https://uk.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/)
або підпишіться на [журнал розробки](https://plugins.trac.wordpress.org/log/disable-client-side-media/)
за допомогою [RSS](https://plugins.trac.wordpress.org/log/disable-client-side-media/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змін

#### 1.0.1

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

#### 1.0.0

 * Initial release.

## Мета

 *  Версія **1.0.1**
 *  Останнє оновлення **4 тижні тому**
 *  Активних встановлень **Менше 10**
 *  Версія WordPress ** 6.8 або вище **
 *  Tested up to **7.1**
 *  Версія PHP ** 7.4 або вище **
 *  Мова
 * [English (US)](https://wordpress.org/plugins/disable-client-side-media/)
 * Позначки
 * [media](https://uk.wordpress.org/plugins/tags/media/)[performance](https://uk.wordpress.org/plugins/tags/performance/)
   [uploads](https://uk.wordpress.org/plugins/tags/uploads/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/disable-client-side-media/advanced/)

## Оцінки

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/disable-client-side-media/reviews/#new-post)

[See all reviews](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/)