%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/zanda.mx/wp-content/plugins/float-menu/admin/
Upload File :
Create Path :
Current File : /var/www/zanda.mx/wp-content/plugins/float-menu/admin/page-list.php

<?php
/**
 * List of Items
 *
 * @package     Wow_Plugin
 * @subpackage  Admin/Items
 * @author      Wow-Company <helper@wow-company.com>
 * @copyright   2019 Wow-Company
 * @license     GNU Public License
 * @version     1.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

require_once 'class-list-table.php';

$list_table = new Wow_List_Table( $data, $this->plugin );
$list_table->prepare_items();
?>
<div class="wrap">
    <form method="post">
		<?php
		$list_table->search_box( esc_attr__( 'Search', $this->plugin['text'] ), $this->plugin['slug'] );
		$list_table->display();
		?>
        <input type="hidden" name="page" value="<?php echo sanitize_text_field( $_REQUEST['page'] ); ?>"/>
    </form>
</div>

Zerion Mini Shell 1.0