File "create-slider.php"

Full Path: /home/vantageo/public_html/wp-admin/.wp-cli/wp-content/plugins/revslider/admin/views/templates/create-slider.php
File size: 450 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * @author    ThemePunch <info@themepunch.com>
 * @link      http://www.themepunch.com/
 * @copyright 2015 ThemePunch
 */

 
if( !defined( 'ABSPATH') ) exit();

$is_edit = false;

require self::getPathTemplate('slider-main-options');
?>

<script type="text/javascript">
	var g_jsonTaxWithCats = <?php echo $jsonTaxWithCats?>;

	jQuery(document).ready(function(){
		RevSliderAdmin.initAddSliderView();
	});
</script>