$groomLastName = “”; // Replace with the groom’s last name $brideLastName = “”; // Replace with the bride’s last name
if (empty($groomLastName)) { return $brideLastName; }