get($id)[0]; return $options; } public function get_player ( $id ){ $dao_players = new Dao_Players(); $options = $dao_players->get($id)[0]; return $options; } public function get_default_options ( $id ){ $default_options = get_option(Thrixty::DEFAULT_OPTIONS); if ( $default_options != null ) { return $default_options; } else { return null; } } } ?>