# hostinger/3.0.78/includes/Mcp/Handlers/WebsiteMcpOptInToggled.php

Hostinger Tools, version 3.0.78. 12 lines.

- Page: https://pluginprobe.com/plugins/hostinger/3.0.78/code/includes/Mcp/Handlers/WebsiteMcpOptInToggled.php
- Raw: https://pluginprobe.com/plugins/hostinger/3.0.78/raw/includes/Mcp/Handlers/WebsiteMcpOptInToggled.php
- Modified: 2025-07-22T10:37:26+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/hostinger/3.0.78/code/includes/Mcp/Handlers/WebsiteMcpOptInToggled.php#L10-L20`.

```php
<?php

namespace Hostinger\Mcp\Handlers;

defined( 'ABSPATH' ) || exit;
class WebsiteMcpOptInToggled extends EventHandler {

    public function send( array $args = array() ): void {
        $this->send_to_proxy( $args );
    }
}

```
