'wolfwindshadow@gmail.com',
), $atts));
return ''. $content .'' ;
}
add_shortcode("cellphone-link", "cellphone_link_handler");
function cellphone_link_handler( $atts, $content = "On a Cell Phone? Click here to call!" ) {
extract(shortcode_atts(array(
"phonenum" => '7153730377',
), $atts));
return ''. $content .'' ;
}
?>