"", "font_size" => "", "background_color" => "", "border_color" => "", "type" => "" ); extract(shortcode_atts($args, $atts)); $html = ""; return $html; } add_shortcode('dropcaps', 'dropcaps'); }