Title: [Plugin: DB Cache Reloaded Fix] Enable plugin automatically
Last modified: August 20, 2016

---

# [Plugin: DB Cache Reloaded Fix] Enable plugin automatically

 *  [artilibere](https://wordpress.org/support/users/artilibere/)
 * (@artilibere)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-db-cache-reloaded-fix-enable-plugin-automatically/)
 * I’ve a network of 10k websites where I wish to run DB Cache Reloaded Fix.
    My
   sites are growing 15/day, so I cannot activate manually the cache for all of 
   them. Is there a way to enable it network-wide?
 * I tried:
 *     ```
       function dbcrf_enablewide(){
       	global $wp_db_cache_reloaded;
       	$wp_db_cache_reloaded->dbcr_enable(FALSE);
       }
       add_action('init','dbcrf_enablewide');
       ```
   
 * but it does not work as intended, also if it echoes (when param is TRUE) that
   cache has been enabled.
 * Thanks a lot for all the help.
 * [http://wordpress.org/extend/plugins/db-cache-reloaded-fix/](http://wordpress.org/extend/plugins/db-cache-reloaded-fix/)

The topic ‘[Plugin: DB Cache Reloaded Fix] Enable plugin automatically’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/db-cache-reloaded-fix.svg)
 * [DB Cache Reloaded Fix](https://wordpress.org/plugins/db-cache-reloaded-fix/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/db-cache-reloaded-fix/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/db-cache-reloaded-fix/)
 * [Active Topics](https://wordpress.org/support/plugin/db-cache-reloaded-fix/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/db-cache-reloaded-fix/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/db-cache-reloaded-fix/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [artilibere](https://wordpress.org/support/users/artilibere/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-db-cache-reloaded-fix-enable-plugin-automatically/)
 * Status: not resolved