b0y-101 Mini Shell


Current Path : E:/www3/chiangrai/wp-content/plugins/popup-builder/public/views/
File Upload :
Current File : E:/www3/chiangrai/wp-content/plugins/popup-builder/public/views/eventsView.php

<?php
namespace sgpb;
/* Exit if accessed directly */
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
$eventsData = $popupTypeObj->getOptionValue('sgpb-events');
$popupTargetData = ConditionBuilder::createEventsConditionBuilder($eventsData);
$allowed_html = AdminHelper::allowed_html_tags();
?>

<div class="popup-conditions-wrapper popup-special-conditions-wrapper popup-conditions-events sgpb-wrapper" data-condition-type="events">
	<?php
		$creator = new ConditionCreator($popupTargetData);
		echo wp_kses($creator->render(), $allowed_html);
	?>
</div>

Copyright © 2019 by b0y-101