Title: Disable &#8220;Delete Cache&#8221; Button
Last modified: September 4, 2022

---

# Disable “Delete Cache” Button

 *  Resolved [VannDigital](https://wordpress.org/support/users/vdn-staff/)
 * (@vdn-staff)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/disable-delete-cache-button/)
 * This might’ve been asked before but is there a way I can disable the “Delete 
   Cache” button from the admin bar???

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Mark (a11n)](https://wordpress.org/support/users/thingalon/)
 * (@thingalon)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/disable-delete-cache-button/#post-16063366)
 * Hi [@vdn-staff](https://wordpress.org/support/users/vdn-staff/),
 * There is no official support for this. May I ask what the use-case is? Do you
   want to hide it from specific users?
 * Right now, the Delete Cache button is only shown for users with the “delete_others_posts”
   permission. You could use that to control who can and cannot see the button.
 * If you would like to just hide the button for cosmetic reasons, you could do 
   so using some custom CSS:
 *     ```
       #wp-admin-bar-delete-cache {
         display: none;
       }
       ```
   
 * However, this will not prevent advanced users from removing the custom CSS and
   accessing the button.

Viewing 1 replies (of 1 total)

The topic ‘Disable “Delete Cache” Button’ is closed to new replies.

 * ![](https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=3506220)
 * [WP Super Cache](https://wordpress.org/plugins/wp-super-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-super-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-super-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-super-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-super-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-super-cache/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mark (a11n)](https://wordpress.org/support/users/thingalon/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/disable-delete-cache-button/#post-16063366)
 * Status: resolved