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://ru.wordpress.org/plugins/disable-client-side-media/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/disable-client-side-media/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/disable-client-side-media/#installation)
 * [Разработка](https://ru.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 или выше **
 *  Совместим вплоть до: **7.1**
 *  Версия PHP ** 7.4 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/disable-client-side-media/)
 * Метки:
 * [media](https://ru.wordpress.org/plugins/tags/media/)[performance](https://ru.wordpress.org/plugins/tags/performance/)
   [uploads](https://ru.wordpress.org/plugins/tags/uploads/)
 *  [Дополнительно](https://ru.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/)