"; print_r($shortcode_tags); echo ""; // FEATURED BOX function asfp_featured( $atts, $content = null ) { extract(shortcode_atts(array( 'title' => '', 'title_color' => 'FFF', 'header_color' => '343f44', 'height' => 'auto', 'class' => '', ), $atts)); // check the title if ($title) {$t = '
" .do_shortcode($content). "" .$author. "
" .do_shortcode($content). ""; return $out; } add_shortcode('quote_left', 'quote_left'); // QUOTE RIGHT function quote_right( $atts, $content = null ) { extract(shortcode_atts(array( 'author' => '', ), $atts)); $out = "" .$author. "
" .do_shortcode($content). ""; return $out; } add_shortcode('quote_right', 'quote_right'); // DROP CAP function asfp_dropcap( $atts, $content = null ) { return '' . do_shortcode($content) . ''; } add_shortcode('dropcap', 'asfp_dropcap'); // DROP CAP #2 function dropcap2( $atts, $content = null ) { return '' . do_shortcode($content) . ''; } add_shortcode('dropcap2', 'dropcap2'); // HIGHLIGHT YELLOW function yellow( $atts, $content = null ) { return '' . do_shortcode($content) . ''; } add_shortcode('yellow', 'yellow'); // HIGHLIGHT BLUE function blue( $atts, $content = null ) { return '' . do_shortcode($content) . ''; } add_shortcode('blue', 'blue'); // HIGHLIGHT GREEN function green( $atts, $content = null ) { return '' . do_shortcode($content) . ''; } add_shortcode('green', 'green'); // GOOGLE CHARTS function asfp_chart_shortcode( $atts ) { extract(shortcode_atts(array( 'data' => '', 'colors' => '', 'size' => '500x250', 'bg' => 'FFFFFF', 'title' => '', 'labels' => '', 'advanced' => '', 'type' => 'pie' ), $atts)); switch ($type) { case 'line' : $charttype = 'lc'; break; case 'xyline' : $charttype = 'lxy'; break; case 'sparkline' : $charttype = 'ls'; break; case 'meter' : $charttype = 'gom'; break; case 'scatter' : $charttype = 's'; break; case 'venn' : $charttype = 'v'; break; case 'pie' : $charttype = 'p3'; break; case 'pie2d' : $charttype = 'p'; break; default : $charttype = $type; break; } if ($title) $string .= '&chtt='.$title.''; if ($labels) $string .= '&chl='.$labels.''; if ($colors) $string .= '&chco='.$colors.''; $string .= '&chs='.$size.''; $string .= '&chd=t:'.$data.''; $string .= '&chf=bg,s,'.$bg.''; return '" .$author. "
You have checked the box next to "Disable tabs & toggle javascript?" on the Settings page for April\'s Super Functions Pack. If you want this shortcode to work, uncheck that box!'; } add_shortcode('tabs', 'asfp_disabled_shortcodes'); add_shortcode('toggle', 'asfp_disabled_shortcodes'); } // CLEAR function asfpclear( $atts, $content = null ) { return '
'.asfp_get_the_excerpt($asfppost->ID).'
'; $str .= '