Files
WEBtomaste/Atomaste Reference/public_html/wp-content/plugins/hostinger/includes/Deactivator.php

11 lines
136 B
PHP

<?php
namespace Hostinger;
defined( 'ABSPATH' ) || exit;
class Deactivator {
public static function deactivate(): void {
}
}