hesabixWCPlugin/includes/class-hesabix-deactivator.php

16 lines
265 B
PHP
Raw Normal View History

2025-08-05 17:24:52 +03:30
<?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()
{
}
}