I don’t use github, sorry. Here is the additional code based on Maintenance Mode 2.2.5.
In function ljmm_get_defaults:
case 'warning_comet_cache' :
$default = __("Important: Don't forget to flush your cache using Comet Cache when enabling or disabling Maintenance Mode.", LJMM_PLUGIN_DOMAIN);
break;
In public function cache_plugin:
// add comet cache support
if (in_array('comet-cache/comet-cache.php', apply_filters('active_plugins', get_option('active_plugins')))) {
$message = ljmm_get_defaults('warning_comet_cache');
}
-
This reply was modified 7 years, 11 months ago by
doume.