
內容簡介
Disable Client Side Media 外掛可關閉 WordPress 的客戶端媒體處理功能,讓媒體上傳回歸傳統的伺服器端處理方式,適合需要比較兩者行為或保持一致性的網站。
【主要功能】
• 關閉客戶端媒體處理
• 恢復伺服器端上傳方式
• 無需額外設定,啟用即生效
外掛標籤
開發者團隊
原文外掛簡介
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.
