Title: Filter? Disable /wp-admin/plugins.php Clear Cache Prompt
Last modified: February 24, 2024

---

# Filter? Disable /wp-admin/plugins.php Clear Cache Prompt

 *  Resolved [Jimmy Lee](https://wordpress.org/support/users/shirtguy72/)
 * (@shirtguy72)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/filter-disable-wp-admin-plugins-php-clear-cache-prompt/)
 * Hello Dev(s), hope I am finding you well. Kindly advise if there is a filter 
   to disable the Powered Cache, clear cache prompt when deactivating/activating
   plugins. Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mustafa Uysal](https://wordpress.org/support/users/m_uysl/)
 * (@m_uysl)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/filter-disable-wp-admin-plugins-php-clear-cache-prompt/#post-17449983)
 * Hi [@shirtguy72](https://wordpress.org/support/users/shirtguy72/) ,
 * I understand how this can be somewhat frustrating 😅
 * To address the issue, you might consider filtering the transient that’s typically
   utilized for monitoring plugin activations and deactivations.
 * For example, you can use the following code snippet:
 *     ```
       add_filter( 'pre_transient_powered_cache_purge_cache_plugin_notice', function () {
       	return 0;
       } );
       ```
   
 * give it a try and let me know if the problem continues.

Viewing 1 replies (of 1 total)

The topic ‘Filter? Disable /wp-admin/plugins.php Clear Cache Prompt’ is closed to
new replies.

 * ![](https://ps.w.org/powered-cache/assets/icon.svg?rev=2796939)
 * [Powered Cache – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score](https://wordpress.org/plugins/powered-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/powered-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/powered-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/powered-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/powered-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/powered-cache/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mustafa Uysal](https://wordpress.org/support/users/m_uysl/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/filter-disable-wp-admin-plugins-php-clear-cache-prompt/#post-17449983)
 * Status: resolved