', $name, $email ), ]; $sent = wp_mail( $to, $subject, $body, $headers ); if ( $sent ) { wp_send_json_success( "Thanks! We'll get back to you shortly." ); } else { wp_send_json_error( 'Something went wrong. Please try again or email us directly.' ); } }