16 lines
265 B
PHP
16 lines
265 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Hesabix Deactivator Class
|
||
|
*
|
||
|
* @package Hesabix
|
||
|
* @author Mohammad Rezai
|
||
|
* @author URI https://pirouz.xyz
|
||
|
* @since 1.0.0
|
||
|
*/
|
||
|
class Hesabix_Deactivator
|
||
|
{
|
||
|
public static function deactivate()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|