'', 'label' => 'Label', 'position' => 'left', /*left, right*/ 'color' => '#FFF', 'bgcolor' => '#000', 'width'=>'200', 'height'=>'200', 'padding'=>'10', 'wider'=>false ), $atts ); /**Attributes**/ $id = $shortcode_att['id']; $label = $shortcode_att['label']; $position = $shortcode_att['position']; $color = $shortcode_att['color']; $bgcolor = $shortcode_att['bgcolor']; $width = $shortcode_att['width']; $height = $shortcode_att['height']; $padding = $shortcode_att['padding']; $wider = $shortcode_att['wider']; if($id!=''){ $id='id="'.$id.'" '; } if($wider){ $wider='wider'; $label=substr($label, 0, 25); }else{ $wider=''; $label=substr($label, 0, 12); } $style_width='width:'.$width.'px !important;'; $style_height='height:'.$height.'px !important;'; $style_padding='padding:'.$padding.'px !important;'; $style_color='color:'.$color.' !important;'; $style_bgcolor='background:'.$bgcolor.' !important'; return '