X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/plugins/popup-builder/public/views
home
/
oakwood
/
public_html
/
wp-content
/
plugins
/
popup-builder
/
public
/
views
/
ðŸ“
..
📄
allMetaboxesView.php
(2.55 KB)
📄
behaviorAfterSpecialEventsView.php
(573 B)
📄
closeSettingsView.php
(20.98 KB)
📄
conditionsView.php
(4.82 KB)
📄
customEditor.php
(4.94 KB)
📄
debugReport.php
(2.44 KB)
📄
dimensionsView.php
(4.75 KB)
ðŸ“
emailTemplates
📄
eventsView.php
(566 B)
📄
floatingButton.php
(10.21 KB)
📄
htmlCustomButtonElement.php
(13.46 KB)
📄
importConfigView.php
(3.41 KB)
📄
importPopupsView.php
(926 B)
📄
jsVariableView.php
(2.65 KB)
📄
license.php
(2.48 KB)
ðŸ“
main
📄
mainActionButtons.php
(1.77 KB)
📄
mediaButton.php
(2.3 KB)
📄
newsletter.php
(7.43 KB)
ðŸ“
options
📄
optionsView.php
(21.98 KB)
📄
otherConditionsView.php
(2.65 KB)
📄
popupDesignView.php
(14.69 KB)
📄
popupOpeningCounter.php
(1.57 KB)
📄
popupTypes.php
(4.08 KB)
📄
settings.php
(7.52 KB)
📄
subscribers.php
(7.78 KB)
📄
targetView.php
(1004 B)
Editing: targetView.php
<?php namespace sgpb; /* Exit if accessed directly */ if ( ! defined( 'ABSPATH' ) ) { exit; } $targetData = $popupTypeObj->getOptionValue('sgpb-target'); $popupTargetData = ConditionBuilder::createTargetConditionBuilder($targetData); $type = (!empty($_GET['sgpb_type'])) ? sanitize_text_field( wp_unslash( $_GET['sgpb_type'] ) ) : $popupTypeObj->getOptionValue('sgpb-type'); $allowed_html = AdminHelper::allowed_html_tags(); ?> <div class="popup-conditions-wrapper popup-conditions-target" data-condition-type="target"> <?php $creator = new ConditionCreator($popupTargetData); echo wp_kses($creator->render(), $allowed_html); ?> </div> <input type="hidden" name="sgpb-type" value="<?php echo esc_attr($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 esc_attr($popupTypeObj->getOptionValue('sgpb-is-active')); ?>" autocomplete="off">
Upload File
Create Folder