Exemplo n.º 1
0
 public function delete()
 {
     global $wpdb;
     return 1 == $wpdb->delete(Db::get_event_table(), array("eventid" => $this->uuid));
 }