classes/class-accommodation.php 1 location
|
@@ 616-618 (lines=3) @@
|
| 613 |
|
} |
| 614 |
|
|
| 615 |
|
//Set the team member if it is there |
| 616 |
|
if(post_type_exists('team') && false !== $team_members && '' !== $team_members){ |
| 617 |
|
$this->set_team_member($id,$team_members); |
| 618 |
|
} |
| 619 |
|
|
| 620 |
|
//Set the safari brand |
| 621 |
|
if(false !== $safari_brands && '' !== $safari_brands){ |
classes/class-destination.php 1 location
|
@@ 535-537 (lines=3) @@
|
| 532 |
|
} |
| 533 |
|
|
| 534 |
|
//Set the team member if it is there |
| 535 |
|
if(post_type_exists('team') && false !== $team_members && '' !== $team_members){ |
| 536 |
|
$this->set_team_member($id,$team_members); |
| 537 |
|
} |
| 538 |
|
|
| 539 |
|
if(class_exists('LSX_TO_Maps')){ |
| 540 |
|
$this->set_map_data($data,$id); |