Forums

DB Cache Reloaded
How to make it Work with WP Multisite (2 posts)

  1. dheeraj.singh
    Member
    Posted 5 months ago #

    Hi,

    I am using WP Multisite for a fairly large installation at infonary.com and would like to install the DB Cache reloaded Plugin.

    Whether this is possible, and how to do this?

    http://wordpress.org/extend/plugins/db-cache-reloaded/

  2. artilibere
    Member
    Posted 1 month ago #

    Same for me.

    I did that way:

    function dbcrf_enablewide(){
    	global $wp_db_cache_reloaded;
    	$wp_db_cache_reloaded->dbcr_enable(FALSE);
    }
    add_action('init','dbcrf_enablewide');

    but still doesn't work!

    See: http://wordpress.org/support/topic/plugin-db-cache-reloaded-fix-enable-plugin-automatically?replies=1

Reply

You must log in to post.

About this Plugin

About this Topic