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: license.php
<?php /* Exit if accessed directly */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="sgpb sgpb-wrapper sgpb-padding-30"> <span class="sgpb-header-h1">License</span> <div class="formItem"> <?php $licenses = $this->getLicenses(); $licenseCount = 0; foreach ( $licenses as $currentLicense ) : ?> <?php $key = $currentLicense['key']; $license = get_option( 'sgpb-license-key-' . $key ); $status = get_option( 'sgpb-license-status-' . $key ); ?> <div class="sgpb-license sgpb-license-block sgpb-padding-20 sgpb-margin-bottom-30 sgpb-position-relative"> <div class="sgpb-license-border <?php echo ( $status !== false && $status == 'valid' ) ? 'active' : 'inactive' ?>"></div> <h2 class="formItem__title sgpb-margin-top-10 sgpb-margin-bottom-30"><?php echo esc_html($currentLicense['boxLabel']) ?></h2> <div class="sgpb-license__status"> <?php if ( $status !== false && $status == 'valid' ): ?> <div class="active"></div> Active <?php else: ?> <div class="inactive"></div> Inactive <?php endif; ?> </div> <div class="licenseKey__form sgpb-margin-top-10 sgpb-margin-bottom-30 sgpb-align-item-center sgpb-display-flex"> <span class="sgpb-width-20"><?php esc_html_e( 'License Key', 'popup-builder' ); ?></span> <form method="post" action="options.php" class="sgpb-width-80 sgpb-display-inline-flex"> <input id="<?php echo esc_attr('sgpb-license-key-' . $key) ?>" type="text" class="sgpb-width-100" value="<?php echo esc_attr( $license ); ?>" name="<?php echo esc_attr('sgpb-license-key-' . $key ) ?>"> <?php if ( $status !== false && $status == 'valid' ): ?> <?php wp_nonce_field( 'sgpb_nonce', 'sgpb_nonce' ); ?> <input type="submit" class="sgpb-btn sgpb-btn-blue" name="<?php echo esc_attr('sgpb-license-deactivate' . $key ); ?>" value="<?php esc_html_e( 'Deactivate', 'popup-builder' ); ?>"> <?php else: ?> <?php wp_nonce_field( 'sgpb_nonce', 'sgpb_nonce' ); ?> <input type="submit" class="sgpb-btn sgpb-btn-blue" name="<?php echo esc_attr('sgpb-license-activate-' . $key ); ?>" value="<?php esc_html_e( 'Activate', 'popup-builder' ); ?>"> <?php endif; ?> </form> </div> </div> <?php endforeach; ?> </div> </div>
Upload File
Create Folder