Submit
Path:
~
/
home
/
getwphos
/
public_html
/
wastefull
/
wp-content
/
plugins
/
elementor-theme-core
/
templates
/
dashboard
/
File Content:
import-page.php
<?php /** * @Template: Import demo page * @version: 1.0.0 * @author: KP * @descriptions: Display for import demo page in Dashboard framework */ ?> <div class="wrap"> <div class="abcore-dashboard"> <header class="abcore-dashboard-header"> <div class="abcore-dashboard-title"> <h1><?php echo esc_attr($this->theme_name) ?></h1> </div> </header> <div class="abcore-import-demos"> <h2><?php echo esc_html__('Import Demos', ETC_TEXT_DOMAIN) ?></h2> </div> <?php if (!empty($export_mode)) { get_template_part('core/templates/dashboard/export-page.php'); } ?> </div> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
dashboard.php
2127 bytes
0644
export-page.php
3234 bytes
0644
import-page.php
733 bytes
0644
N4ST4R_ID | Naxtarrr