# double-opt-in/3.0.71/OnDeactivation.php

Double Opt-In for Contact Form 7 – Secure, GDPR-Compliant Email Verification, version 3.0.71. 7 lines.

- Page: https://pluginprobe.com/plugins/double-opt-in/3.0.71/code/OnDeactivation.php
- Raw: https://pluginprobe.com/plugins/double-opt-in/3.0.71/raw/OnDeactivation.php
- Modified: 2024-08-13T13:52:36+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/double-opt-in/3.0.71/code/OnDeactivation.php#L10-L20`.

```php
<?php

namespace forge12\contactform7\CF7DoubleOptIn;

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
```
