Title: [Plugin: WP Smush.it] Disable automatic upload
Last modified: August 20, 2016

---

# [Plugin: WP Smush.it] Disable automatic upload

 *  [MEAT06](https://wordpress.org/support/users/meat06/)
 * (@meat06)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-smushit-disable-automatic-upload/)
 * Hi all
 * Very cool plugin (5* for my part), but we can’t disable the automatic upload 
   to smush.it, and with some large files, the upload failed and become very slow.
 * So i would prefer to use WP Smush.it only in manual mode, but there is no option
   do disable the automatic feature. Maybe it will be a very great idea to add this
   feature for all people who only want do manage manually their images.
 * If you want this feature now, you can hack the wp-smushit/wp-smushit.php file
   by commenting one of the hook lines : just add // before the first line.
 *     ```
       /**
        * Hooks
        */
       //add_filter('wp_generate_attachment_metadata', 'wp_smushit_resize_from_meta_data', 10, 2);
       add_filter('manage_media_columns', 'wp_smushit_columns');
       add_action('manage_media_custom_column', 'wp_smushit_custom_column', 10, 2);
       add_action('admin_init', 'wp_smushit_admin_init');
       add_action('admin_action_wp_smushit_manual', 'wp_smushit_manual');
       ```
   
 * It seems to work very fine. Hope this could help community. Hope the author will
   permit us to set up this option 🙂
 * If there is a problem with this hack, don’t hesitate to contact me. Idem if there
   is a legal problem with author rights.
 * See ya !
 * —
    MEAT
 * [http://wordpress.org/extend/plugins/wp-smushit/](http://wordpress.org/extend/plugins/wp-smushit/)

The topic ‘[Plugin: WP Smush.it] Disable automatic upload’ is closed to new replies.

 * ![](https://ps.w.org/wp-smushit/assets/icon-256x256.gif?rev=3447113)
 * [Smush – Image Optimization, Compression, Lazy Load, WebP & CDN](https://wordpress.org/plugins/wp-smushit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-smushit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-smushit/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-smushit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-smushit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-smushit/reviews/)

## Tags

 * [automatic](https://wordpress.org/support/topic-tag/automatic/)
 * [desactivate](https://wordpress.org/support/topic-tag/desactivate/)
 * [manual](https://wordpress.org/support/topic-tag/manual/)

 * 0 replies
 * 1 participant
 * Last reply from: [MEAT06](https://wordpress.org/support/users/meat06/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-smushit-disable-automatic-upload/)
 * Status: not a support question