Update property.php
This commit is contained in:
parent
d6373cf46e
commit
2121f291ea
@ -227,7 +227,9 @@ class Property_Api extends Base_Api {
|
|||||||
$property['info']['address'] = $data->get_address();
|
$property['info']['address'] = $data->get_address();
|
||||||
$property['meta'] = $data->get_meta_shortinfo();
|
$property['meta'] = $data->get_meta_shortinfo();
|
||||||
|
|
||||||
|
$property['is_featured'] = $data->is_featured();
|
||||||
$property['status'] = $data->get_status();
|
$property['status'] = $data->get_status();
|
||||||
|
$property['labels'] = $data->get_labels();
|
||||||
$property['locations'] = $data->get_locations();
|
$property['locations'] = $data->get_locations();
|
||||||
$property['amenities'] = $data->get_amenities();
|
$property['amenities'] = $data->get_amenities();
|
||||||
$property['types'] = $data->get_types_tax();
|
$property['types'] = $data->get_types_tax();
|
||||||
|
Loading…
Reference in New Issue
Block a user