',
'',
'',
'
',
'
',
esc_html( $r['required_changes'] ),
'
',
'
'
),
array(
'div' => array(
'class' => array(),
'style' => array(),
),
'strong' => array(),
'br' => array(),
'p' => array(),
)
);
}
}
try {
Util_Activation::disable_maintenance_mode();
} catch ( \Exception $ex ) {
// missing exception handle?
}
// Delete cron events.
require_once __DIR__ . '/Extension_ImageService_Cron.php';
Extension_ImageService_Cron::delete_cron();
// Check if data cleanup is required.
if ( get_option( 'w3tc_remove_data' ) ) {
$config = Dispatcher::config();
Root_Environment::delete_plugin_data( $config );
}
}
}