'yellowtheme' ), $atts)); */ extract(shortcode_atts(array( 'colortheme' => 'yellowtheme', 'agenda_id' => 0 ), $atts, 'ap_preview')); $data = wp_remote_get($this->apiUrl.$agenda_id."/".$colortheme); return $data['body']; } } $agendapanda = new Agendapanda();