Sindbad~EG File Manager

Current Path : /home/nicedoo/www/wp-content/plugins/shopengine/widgets/product-description/screens/
Upload File :
Current File : /home/nicedoo/www/wp-content/plugins/shopengine/widgets/product-description/screens/default.php

<?php
defined('ABSPATH') || exit;
// Editor Mode Check.
$in_editor_mode = \ShopEngine\Core\Template_Cpt::TYPE == get_post_type();
?>
<div class="shopengine-product-description">
	<?php
		// Show only in the Editor and Preview Mode.
		if ( $in_editor_mode ):
			$product = \ShopEngine\Widgets\Products::instance()->get_product(get_post_type());
			shopengine_content_render(\ShopEngine\Utils\Helper::render($product->get_description()));
				
		else: // Show in the Frontend.
			the_content();

		endif;
	?>
</div>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists