'', 'style' => '', 'type' => 'h1', 'color'=>'' ), $params)); $out = ''; if($color!=''){ $color='style="color:'.$color.';"'; } if ($style != '') { $style = ' '; } $out = '<' . $type . ' class="' . $class .EBS_CONTAINER_CLASS. '" >' . $style . do_shortcode($content) . ''; return $out; } add_shortcode('iconheading', 'osc_theme_iconhead');