<?php
if (!defined('ABSPATH')) {
exit;
}
use BitCode\FI\Core\Util\Hooks;
use BitCode\FI\Triggers\CF7\CF7Controller;
// Hooks::add('wpcf7_submit', [CF7Controller::class, 'handle_wpcf7_submit'], 10, 2);
Hooks::add('wpcf7_before_send_mail', [CF7Controller::class, 'handle_wpcf7_submit'], 10);