tabs, array( 'label' => $label, 'for' => $id, 'url' => $url )); } function select( $id ) { $this->selected = $id; } function render( $echo=true ) { if ( empty( $this->selected ) ) $this->selected = $this->tabs[0]['for']; array_unshift( $this->classes, 'wp-tab-bar' ); $out = "