3200creative
5/30/2014 - 9:16 PM

Custom Shortcodes by 3200 Creative

Custom Shortcodes by 3200 Creative

function gray_shortcode( $atts, $content = null ) {
	return '<div class="c32-gray-block">' . $content . '</div>';
}
add_shortcode( 'gray', 'gray_shortcode' );