Title: Remove the export button
Last modified: January 5, 2018

---

# Remove the export button

 *  Resolved [francistan77](https://wordpress.org/support/users/francistan77/)
 * (@francistan77)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/remove-the-export-button/)
 * Hi is there anyway I could remove the “export” button with progress bar, its 
   not properly working compared to w/o.
 * so I just want the “Export [w/o progressbar]” to remain

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/remove-the-export-button/#post-9837188)
 * Hi
 * As temporary solution,
    You can edit file /views/settings-form.php
 * I’ll add new hook/filter in next version.
 * Thanks,Alex
 *  Thread Starter [francistan77](https://wordpress.org/support/users/francistan77/)
 * (@francistan77)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/remove-the-export-button/#post-9837251)
 * Thank you Alex
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/remove-the-export-button/#post-9888821)
 * New filter was added in version 1.5.2.
 *     ```
       add_filter("woe_render_params_settings-form", function($params) {
       $params['show']['export_button'] = false;
       return $params;
       });
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove the export button’ is closed to new replies.

 * ![](https://ps.w.org/woo-order-export-lite/assets/icon-256x256.png?rev=1365554)
 * [Advanced Order Export For WooCommerce](https://wordpress.org/plugins/woo-order-export-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-order-export-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-order-export-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-order-export-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-order-export-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-order-export-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [algol.plus](https://wordpress.org/support/users/algolplus/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/remove-the-export-button/#post-9888821)
 * Status: resolved