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

Fluent Support – Helpdesk &amp; Customer Support Ticket System, version 1.5.4. 13 lines.

- Page: https://pluginprobe.com/plugins/fluent-support/1.5.4/code/app/Hooks/Handlers/DeactivationHandler.php
- Raw: https://pluginprobe.com/plugins/fluent-support/1.5.4/raw/app/Hooks/Handlers/DeactivationHandler.php
- Modified: 2021-11-12T14:57:38+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/1.5.4/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' );
    }
}

```
