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