MARS-1

‘, ]; wp_mail($to, $subject, $body, $headers); // Redirect back $redirect = sanitize_text_field($_POST[‘mars_redirect’] ?? ‘/’); wp_safe_redirect(home_url($redirect)); exit; }
Scroll to Top