Update agent front end.

This commit is contained in:
Hoang Huu
2019-10-01 12:16:57 +07:00
parent 2121f291ea
commit 59e3459243
6 changed files with 40 additions and 28 deletions

View File

@@ -233,7 +233,9 @@ class Property_Api extends Base_Api {
$property['locations'] = $data->get_locations();
$property['amenities'] = $data->get_amenities();
$property['types'] = $data->get_types_tax();
$property['author_type'] = $data->get_author_type();
$property['author_data'] = $data->get_author_link();
return apply_filters( 'opalestate_api_properties_property', $property );
}