File "Deactivator.php"
Full Path: /home/alforbsx/alfouadgroup.co/wp-content/plugins/fluent-smtp/includes/Deactivator.php
File size: 202 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace FluentMail\Includes;
class Deactivator
{
public static function handle($network_wide = false)
{
wp_clear_scheduled_hook('fluentmail_do_daily_scheduled_tasks');
}
}