コード例 #1
0
_e('We have made an incredibly complex process ridiculously easy with this powerful plugin. We have tested thoroughly and used this exact tool in our own live multisite environments. However, our comfort level should not dictate your precautions. If you\'re confident in your testing and back-up scheme - which you should have in place anyway ;) - then by all means - start cloning like there\'s no tomorrow!', 'ns-cloner');
?>
		</div>
		
		<!-- security nonce -->
		<input name="clone_nonce" value="<?php 
echo wp_create_nonce('ns_cloner');
?>
" type="hidden" />
		
	</form>
	
	<!-- sidebar -->
	<div class="ns-cloner-sidebar">
		<?php 
ns_cloner::render('side-add-ons');
?>
		<?php 
ns_cloner::render('side-shares');
?>
	</div>
	
	<!-- clone button -->
	<div class="ns-cloner-button-wrapper">
		<input class="ns-cloner-button" type="submit" />
		<div class="ns-cloner-button-steps"></div>
	</div>		

</div>