
// Handle simple contact form submission
add_action('admin_post_nopriv_prospera_contact_form','prospera_handle_contact_form');
add_action('admin_post_prospera_contact_form','prospera_handle_contact_form');
function prospera_handle_contact_form() {
    if (!empty($_POST['email'])) {
        $to = get_option('admin_email');
        $subject = 'Prospera Site Enquiry from ' . sanitize_text_field($_POST['name']);
        $message = "Name: " . sanitize_text_field($_POST['name']) . "\nEmail: " . sanitize_email($_POST['email']) . "\n\nMessage:\n" . sanitize_textarea_field($_POST['message']);
        wp_mail($to, $subject, $message);
    }
    wp_redirect( wp_get_referer() ?: home_url() );
    exit;
}
<?xml version="1.0" encoding="UTF-8"?>
<!--generator='jetpack-15.7-beta.2'-->
<!--Jetpack_Sitemap_Buffer_Master_XMLWriter-->
<?xml-stylesheet type="text/xsl" href="//prosperaa.co.uk/sitemap-index.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <sitemap>
  <loc>https://prosperaa.co.uk/sitemap-1.xml</loc>
  <lastmod>2025-10-17T01:46:26Z</lastmod>
 </sitemap>
</sitemapindex>
