//Google Maps function fn_googleMaps($atts, $content = null) { extract(shortcode_atts(array( "width" => '640', "height" => '480', "src" => '' ), $atts)); return ''; } add_shortcode("googlemap", "fn_googleMaps"); // call shortcode [ googlemap width="600" height"360" src="urlhere"]