/* Lightweight honeypot spam protection for website enquiry forms */ function lotus_reject_honeypot_submission() { if ($_SERVER['REQUEST_METHOD'] === 'POST' && !empty($_POST['company_website'])) { wp_die('Unable to process this enquiry.', 'Invalid submission', ['response' => 400]); } } add_action('init', 'lotus_reject_honeypot_submission', 1);
The page may have moved or the link may be outdated. You can continue with one of the options below.
The page you requested could not be found.
























