'640', 'height' => '480', 'src' => '', 'frameborder' => '0', 'scrolling' => 'no', 'marginheight' => '0', 'marginwidth' => '0', 'allowtransparency' => 'true', 'id' => 'iframe-id', 'class' => 'iframe-class' ), $atts)); $src_cut = substr($src, 0, 35); if(strpos($src_cut, 'maps.google' )){ $google_map_fix = '&output=embed'; }else{ $google_map_fix = ''; } return ''; // &output=embed } add_shortcode('iframe', 'iframe_embed_shortcode'); }