Title: Remove Activity Panel
Last modified: April 2, 2020

---

# Remove Activity Panel

 *  Resolved [ArtextDevelop](https://wordpress.org/support/users/artextdevelop/)
 * (@artextdevelop)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/remove-activity-panel/)
 * Hi,
    after updating to the latest version the new activity panel is shown: [https://docs.woocommerce.com/document/activity-panels/](https://docs.woocommerce.com/document/activity-panels/)
 * Where can I disable this?

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

 *  [3 Sons Development](https://wordpress.org/support/users/3sonsdevelopment/)
 * (@3sonsdevelopment)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/remove-activity-panel/#post-12623973)
 * Hi [@artextdevelop](https://wordpress.org/support/users/artextdevelop/),
 * It is possible to disable the WooCommerce admin that is now part of the core 
   WooCommerce plugin. You can add this snippet to your theme’s functions.php file
   or use a plugin like Code Snippets to add it to your site.
 *     ```
       add_filter( 'woocommerce_admin_disabled', '__return_true' );
       ```
   
 * That should remove the analytics and the activity panel section for you.
 * Cheers
 *  [AJ a11n](https://wordpress.org/support/users/amandasjackson/)
 * (@amandasjackson)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/remove-activity-panel/#post-12666352)
 * We haven’t heard back from you in a while, so I’m going to mark this as resolved–
   if you have any further questions, you can start a new thread.
 *  [nandhan2005](https://wordpress.org/support/users/nandhan2005/)
 * (@nandhan2005)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/remove-activity-panel/#post-13000932)
 * Hi
    I used this add_filter( ‘woocommerce_admin_disabled’, ‘__return_true’ ); 
   code. But it disable whole woocommerce dashboard and admin header. I want to 
   remove inbox only. Others like order| Stock| review should be visible.If inbox
   is there I don’t want to receive any notifications and news from woocommerce 
   or from any other plugins on this inbox.
    -  This reply was modified 5 years, 11 months ago by [nandhan2005](https://wordpress.org/support/users/nandhan2005/).

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

The topic ‘Remove Activity Panel’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [nandhan2005](https://wordpress.org/support/users/nandhan2005/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/remove-activity-panel/#post-13000932)
 * Status: resolved