PATH:
home
/
centosnipponia
/
public_html
/
nipponianl
/
wp-content
/
plugins
/
pixelyoursite
/
includes
/
views
<?php namespace PixelYourSite; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <div class="wrap" id="pys"> <h1><?php _e( 'PixelYourSite', 'pys' ); ?></h1> <div class="container"> <div class="row"> <div class="col"> <h2 class="section-title">Licenses</h2> <form method="post" enctype="multipart/form-data"> <?php wp_nonce_field( 'pys_save_settings' ); ?> <?php foreach ( PYS()->getRegisteredPlugins() as $plugin ) : /** @var Plugin|Settings $plugin */ ?> <?php if ( $plugin->getSlug() == 'head_footer' ) { continue; } ?> <div class="card card-static"> <div class="card-header"> <?php esc_html_e( $plugin->getPluginName() ); ?> </div> <div class="card-body"> <?php renderLicenseControls( $plugin ); ?> </div> </div> <?php endforeach; ?> </form> </div> </div> </div> </div>
[+]
..
[-] html-gdpr.php
[edit]
[-] html-licenses.php
[edit]
[-] html-logs.php
[edit]
[-] html-main-edd.php
[edit]
[-] html-main-events-edit.php
[edit]
[-] html-main-events.php
[edit]
[-] html-main-general.php
[edit]
[-] html-main-wcf.php
[edit]
[-] html-main-woo.php
[edit]
[-] html-popovers.php
[edit]
[-] html-report-edd.php
[edit]
[-] html-report.php
[edit]
[-] html-report-woo.php
[edit]
[-] html-reset.php
[edit]
[-] html-utm-templates.php
[edit]
[-] html-wrapper-main.php
[edit]
[-] .htaccess.disabled
[edit]