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?
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?
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!
You must log in to post.