Hello, I need to remove the Total Upkeep from my W3 cache dashboard because I don’t want to use it for two reasons: 1- I have a WP Multisite, and I am not sure if one site license is enough for my whole multisite network. 2- I put my WP directory unwriteable, so I don’t want to make it writeable. Thank you so much in advance
You can remove the Total Upkeep widget from your W3 Total Cache Dashboard by adding the following line to your Theme’s functions.php file, or by using a plugin like Code Snippets:
add_filter('w3tc_generic_boldgrid_show', false);
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘How to Remove Total Upkeep from W3 Total Cache Dashboard’ is closed to new replies.