'tabbertabs', 'description' => __('Place items in the TABBER TABS WIDGET AREA and have them show up here.', 'slipfire') ); $control_ops = array( 'width' => 230, 'height' => 350, 'id_base' => 'slipfire-tabber' ); $this->WP_Widget( 'slipfire-tabber', __('Tabber Tabs Widget', 'slipfire'), $widget_ops, $control_ops ); } function widget( $args, $instance ) { extract( $args ); $style = $instance['style']; // get the widget style from settings echo $before_widget; ?>
__('Tabber', 'slipfire'), 'style' => 'style1' ); $instance = wp_parse_args( (array) $instance, $defaults ); ?>