create whatsapp menu for a dating application
function get_relation_ship_status() { return [ 1 => "Single", 2 => "In a Relationship", 3 => "Engaged", 4 => "Married", 5 => "It's Complicated", 6 => "In an Open Relationship", 7 => "Widowed", 8 => "Separated", 9 => "Divorced", 10 => "In a Civil Union", 11 => "In a Domestic Partnership" ]; }