Submit
Path:
~
/
home
/
getwphos
/
www
/
shellfish
/
wp-content
/
plugins
/
dealership
/
src
/
Admin
/
Templates
/
pages
/
userroles
/
File Content:
list.php
<?php defined('DEALERSHIP') or exit(); if($ListTable = $this -> get_items()) { ?> <div class="wrap"> <h2> <?php _e('User Roles', 'dealership') ?> <a class="add-new-h2" href="<?php echo esc_url(add_query_arg(array('page' => $this -> get_page_name(), 'tab' => 'add'), admin_url('edit.php?post_type=ap_product'))) ?>"> <?php _e('Add New', 'dealership') ?> </a> </h2> <?php if (!empty($_GET['msg'])) { switch (sanitize_key($_GET['msg'])) { case 'd': echo '<div id="message" class="updated fade"><p>' . __('User Role <strong>Deleted</strong> Successfully.', 'dealership') . '</p></div>'; break; } } ?> <form action="" method="get" name="dls-roles" id="dl-user-roles" style="float: left;margin-right: 10px;"> <input type="hidden" name="page" value="<?php echo $this -> get_page_name();?>"/> <?php $ListTable->display(); ?> </form> </div> <?php }
Submit
FILE
FOLDER
Name
Size
Permission
Action
edit.php
6240 bytes
0644
list.php
1107 bytes
0644
N4ST4R_ID | Naxtarrr