File manager - Edit - /home/colomboelectrici/public_html/wp-content/plugins/page-generator-pro/views/admin/keywords-table.php
Back
<div class="wrap"> <h2 class="wpzinc"> <?php echo $this->base->plugin->displayName; ?> » <?php _e( 'Keywords', $this->base->plugin->name ); ?> <a href="admin.php?page=<?php echo $page; ?>&cmd=form" class="add-new-h2"><?php _e( 'Add Keyword', $this->base->plugin->name ); ?></a> <a href="admin.php?page=<?php echo $page; ?>&cmd=form-city" class="add-new-h2"><?php _e( 'Generate Nearby Cities / ZIP Codes', $this->base->plugin->name ); ?></a> <?php // Search Subtitle if ( isset( $_REQUEST['s'] ) && ! empty( $_REQUEST['s'] ) ) { ?> <span class="subtitle"><?php _e( 'Search results for', $this->base->plugin->name ); ?> “<?php echo urldecode( $_REQUEST['s'] ); ?>”</span> <?php } ?> </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 } ?> <form action="admin.php?page=<?php echo $page; ?>" method="post"> <p class="search-box"> <label class="screen-reader-text" for="post-search-input"><?php _e(' Search Keywords', $this->base->plugin->name ); ?>:</label> <input type="text" id="field-search-input" name="s" value="<?php echo ( isset( $_REQUEST['s'] ) ? $_REQUEST['s'] : ''); ?>" /> <input type="submit" name="search" class="button" value="<?php _e( 'Search Keywords', $this->base->plugin->name ); ?>" /> </p> <?php // Output WP_List_Table $keywords_table = new Page_Generator_Pro_Keywords_Table(); $keywords_table->prepare_items(); $keywords_table->display(); ?> </form> </div>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings