تفصیل
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.
انسٹالیشن
- Upload the plugin files to the
/wp-content/plugins/disable-client-side-mediadirectory, or install the plugin through the WordPress plugins screen directly. - 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.
جائزے
There are no reviews for this plugin.
شراکت دار اور ڈیویلپرز
“Disable Client Side Media” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:
شراکت دار“Disable Client Side Media” کا اپنی زبان میں ترجمہ کریں۔
ڈویلپمینٹ میں دلچسپی ہے؟
کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔
چینج لاگ
1.0.1
- Add plugin banner and icon assets for the plugin directory.
1.0.0
- Initial release.
