false, "height" => '400', "address" => '', "latitude" => 0, "longitude" => 0, "zoom" => 1, "html" => '', "popup" => 'false', "controls" => '[]', "scrollwheel" => 'true', "maptype" => 'G_NORMAL_MAP', "marker" => 'true', 'align' => false, ), $atts)); $width = ($width && is_numeric($width)) ? 'width:'.$width.'px;' : ''; $height = ($height && is_numeric($height)) ? 'height:'.$height.'px;' : ''; $align = $align ? ' align'.$align : ''; $id = rand(100,1000); $inline_html = $html; if(empty($controls)) { $controls = '[]'; } if(empty($latitude)) { $latitude = 0; } if(empty($longitude)) { $longitude = 0; } $html = <<
[/raw] HTML; return $html; } add_shortcode('gmap', 'theme_shortcode_googlemap');