HEX
Server: LiteSpeed
System: Linux server484.bertina.biz 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: alvnails (1268)
PHP: 8.2.29
Disabled: mail
Upload Files
File: /home/alvnails/public_html/wp-content/plugins/wp-optimize/includes/class-wpo-deactivation.php
<?php
if (!defined('ABSPATH')) die('Access denied.');

if (!class_exists('WPO_Deactivation')) :

class WPO_Deactivation {

	/**
	 * Actions to be performed upon plugin deactivation
	 */
	public static function actions() {
		WP_Optimize()->wpo_cron_deactivate();
		WP_Optimize()->get_page_cache()->disable();
		WP_Optimize()->get_minify()->plugin_deactivate();
		WP_Optimize()->get_gzip_compression()->disable();
		WP_Optimize()->get_browser_cache()->disable();
		WP_Optimize()->get_webp_instance()->plugin_deactivate();
	}
}

endif;