Merge branch 'master' of https://github.com/wpopal/opal-estate-pro
This commit is contained in:
commit
44107acba4
@ -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();
|
||||||
@ -261,4 +263,4 @@ class Property_Api extends Base_Api {
|
|||||||
public function tags () {
|
public function tags () {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user