classes/class-wetu-importer-accommodation.php 1 location
|
@@ 655-661 (lines=7) @@
|
| 652 |
|
/** |
| 653 |
|
* Set the team memberon each item. |
| 654 |
|
*/ |
| 655 |
|
public function set_team_member( $id, $team_members ) { |
| 656 |
|
delete_post_meta( $id, 'team_to_' . $this->tab_slug ); |
| 657 |
|
|
| 658 |
|
foreach ( $team_members as $team ) { |
| 659 |
|
add_post_meta( $id,'team_to_' . $this->tab_slug,$team ); |
| 660 |
|
} |
| 661 |
|
} |
| 662 |
|
|
| 663 |
|
/** |
| 664 |
|
* Set the safari brand |
classes/class-wetu-importer-destination.php 1 location
|
@@ 684-690 (lines=7) @@
|
| 681 |
|
/** |
| 682 |
|
* Set the team memberon each item. |
| 683 |
|
*/ |
| 684 |
|
public function set_team_member( $id, $team_members ) { |
| 685 |
|
delete_post_meta( $id, 'team_to_' . $this->tab_slug ); |
| 686 |
|
|
| 687 |
|
foreach ( $team_members as $team ) { |
| 688 |
|
add_post_meta( $id, 'team_to_' . $this->tab_slug, $team ); |
| 689 |
|
} |
| 690 |
|
} |
| 691 |
|
|
| 692 |
|
/** |
| 693 |
|
* Saves the room data |