File manager - Edit - /home/colomboelectrici/public_html/wp-content/plugins/page-generator-pro/views/admin/settings.php
Back
<div class="wrap"> <h2> <?php echo $this->base->plugin->displayName; ?> » <?php _e( 'Settings', $this->base->plugin->name ); ?> </h2> <?php // Notices foreach ( $this->notices as $type => $notices_type ) { if ( count( $notices_type ) == 0 ) { continue; } ?> <div class="<?php echo ( ( $type == 'success' ) ? 'updated' : $type ); ?> notice"> <?php foreach ( $notices_type as $notice ) { ?> <p><?php echo $notice; ?></p> <?php } ?> </div> <?php } ?> <!-- Tabs --> <h2 class="nav-tab-wrapper"> <?php // Go through all registered settings panels foreach ( $panels as $key => $panel ) { ?> <a href="admin.php?page=<?php echo $page; ?>&tab=<?php echo $key; ?>" class="nav-tab<?php echo ( $tab == $key ? ' nav-tab-active' : '' ); ?>"> <?php // Check if the icon is a URL // If so, output the image instead of the dashicon if ( filter_var( $panel['icon'], FILTER_VALIDATE_URL ) ) { // Icon ?> <span style="background:url(<?php echo $panel['icon']; ?>) center no-repeat;" class="tab-icon"></span> <?php } else { // Dashicon ?> <span class="dashicons <?php echo $panel['icon']; ?>"></span> <?php } echo $panel['label']; ?> </a> <?php } ?> </h2> <!-- Form Start --> <form name="post" method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>" id="<?php echo $this->base->plugin->name; ?>"> <div id="poststuff"> <div id="post-body" class="metabox-holder columns-1"> <!-- Content --> <div id="post-body-content"> <div id="normal-sortables" class="meta-box-sortables ui-sortable publishing-defaults"> <?php // Load sub view do_action( 'page_generator_pro_setting_panel-' . $tab ); ?> <!-- Save --> <div> <?php wp_nonce_field( $this->base->plugin->name, $this->base->plugin->name . '_nonce' ); ?> <input type="submit" name="submit" value="<?php _e( 'Save', $this->base->plugin->name ); ?>" class="button button-primary" /> </div> </div> <!-- /normal-sortables --> </div> <!-- /post-body-content --> </div> </div> </form> <!-- /form end --> </div>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings