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