North Korea
Visit your website without cache or clear it with a single click. Visit your website without cache or clear it with a single click. Visit your website without cache or clear it with a single click. Visit your website without cache or clear it with a single click.
class Site_Property_Controller extends WP_REST_Posts_Controller {
public function prepare_item_for_response($post,$request){
$res = parent::prepare_item_for_response($post,$request);
$d = $res->get_data();
$id = $post->ID; $d[‘meta’] = [ ‘price’=> (int)get_post_meta($id,’price’,true), ‘address’=> get_post_meta($id,’address’,true), ‘bedrooms’=> (int)get_post_meta($id,’bedrooms’,true),
‘bathrooms’=> (int)get_post_meta($id,’bathrooms’,true),
‘status’=> get_post_meta($id,’status’,true),
‘gallery’=> get_post_meta($id,’gallery’,true), ‘lat’=> (float)get_post_meta($id,’map_lat’,true), ‘lng’=> (float)get_post_meta($id,’map_lng’,true), ];
Design:
- Say Ine
- Twiuss