hesabixWCPlugin/includes/class-hesabix-deactivator.php
2025-08-05 17:24:52 +03:30

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()
{
}
}