Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
clone
/
wp-conte...
/
plugins
/
popup-bu...
/
public
/
views
•
File:
eventsView.php
•
Content:
<?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>
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List