'300', 'url' => plugin_dir_url( __FILE__ ) . '360sample.jpg', 'link' => '', 'speed' => '30', 'direction' => 'right', 'hover' => 'none', ), $atts ); if($a['direction'] == 'right'){ $b = $a['size'] * -2; } else { $b = $a['size'] * 2; }; static $i=0; $i++; $h = '
'; if($a['link'] != ''){ $h .= ''; } $h .= '
'; if($a['link'] != ''){ $h .= '
'; } $h .= '
'; $h .= ''; return $h; } add_shortcode( 'sphere', 'sphere_func' );