' . esc_html__( 'Please make sure the cache is cleared after each plugin update especially if you have minified JS and/or CSS files.', 'cookie-law-info' ) . '
' . wp_kses_post( wpautop( $msg ) ) . '
';
}
}
/**
* Javascript for handling upgrade notice.
*
* @return void
*/
function cky_upgrade_notice_js() { ?>
' ) === true ) ) {
return false;
} else {
return true;
}
}
if ( cky_is_legacy() ) {
require_once CLI_PLUGIN_BASEPATH . 'legacy/loader.php';
} else {
require_once CLI_PLUGIN_BASEPATH . 'lite/loader.php';
}