D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ensad
/
www
/
wp-content
/
plugins
/
fluent-smtp
/
includes
/
Filename :
Deactivator.php
back
Copy
<?php namespace FluentMail\Includes; class Deactivator { public static function handle($network_wide = false) { wp_clear_scheduled_hook('fluentmail_do_daily_scheduled_tasks'); } }