Update API

This commit is contained in:
Hoang Huu
2019-10-01 15:57:58 +07:00
parent ff39207b86
commit d5bb6abe51
5 changed files with 41 additions and 18 deletions

View File

@@ -227,8 +227,7 @@ class Property_Api extends Base_Api {
$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();
$property['author_data'] = $data->get_author_link_data();
return apply_filters( 'opalestate_api_properties_property', $property );
}