' . $content . ''; } add_shortcode('dropcap', 'dropcap_shortcode'); function button_shortcode( $atts, $content = null ) { $style = isset($atts['style']) ? $atts['style'] : ''; $href = isset($atts['href']) ? $atts['href'] : ''; return '' . $content . ''; } add_shortcode('button', 'button_shortcode'); function info_shortcode( $atts, $content ) { return '