📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 05:39:29
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
popup-builder
/
public
/
views
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/popup-builder/public/views
🔄 Refresh
✏️
Editing: targetView.php
Writable
<?php namespace sgpb; $targetData = $popupTypeObj->getOptionValue('sgpb-target'); $popupTargetData = ConditionBuilder::createTargetConditionBuilder($targetData); $type = (!empty($_GET['sgpb_type'])) ? sanitize_text_field($_GET['sgpb_type']) : $popupTypeObj->getOptionValue('sgpb-type'); ?> <div class="popup-conditions-wrapper popup-conditions-target" data-condition-type="target"> <?php $creator = new ConditionCreator($popupTargetData); echo $creator->render(); ?> </div> <input type="hidden" name="sgpb-type" value="<?php echo esc_html($type); ?>"> <input id="sgpb-is-preview" type="hidden" name="sgpb-is-preview" value="0" autocomplete="off"> <input id="sgpb-is-active" type="hidden" name="sgpb-is-active" value="<?php echo $popupTypeObj->getOptionValue('sgpb-is-active'); ?>" autocomplete="off">
💾 Save Changes
❌ Cancel