type ) { case 'content' : if ( isset( $this->label ) ) { echo '' . $this->label . ''; } if ( isset( $this->content ) ) { echo $this->content; } if ( isset( $this->description ) ) { echo '' . $this->description . ''; } break; } } }