# fluent-support/2.2.0/app/Hooks/Handlers/DeactivationHandler.php

Fluent Support – Helpdesk &amp; Customer Support Ticket System, version 2.2.0. 14 lines.

- Page: https://pluginprobe.com/plugins/fluent-support/2.2.0/code/app/Hooks/Handlers/DeactivationHandler.php
- Raw: https://pluginprobe.com/plugins/fluent-support/2.2.0/raw/app/Hooks/Handlers/DeactivationHandler.php
- Modified: 2022-03-02T14:22:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-support/2.2.0/code/app/Hooks/Handlers/DeactivationHandler.php#L10-L20`.

```php
<?php

namespace FluentSupport\App\Hooks\Handlers;

class DeactivationHandler
{
    public function handle()
    {
        wp_clear_scheduled_hook('fluent_support_hourly_tasks');
        wp_clear_scheduled_hook('fluent_support_daily_tasks');
        wp_clear_scheduled_hook('fluent_support_weekly_tasks');
    }
}

```
