Exemplo n.º 1
0
 public function comments()
 {
     global $wpdb;
     if (!$this->id) {
         return;
     }
     $comment = new WT_Comment();
     return $comment->get_by_event($this->id);
 }