Submit
Path:
~
/
home
/
getwphos
/
www
/
ccma
/
wp-content
/
plugins
/
curly-core
/
core-dashboard
/
sub-pages
/
File Content:
sub-page.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } abstract class CurlyCoreSubPage { private $base; private $title; private $atts = array(); public function __construct() { $this->add_sub_page(); } abstract public function add_sub_page(); public function get_base() { return $this->base; } public function set_base( $base ) { return $this->base = $base; } public function get_title() { return $this->title; } public function set_title( $title ) { return $this->title = $title; } public function get_atts() { return $this->atts; } public function set_atts( $atts ) { return $this->atts = $atts; } public function render() { echo curly_core_get_module_template_part('core-dashboard/sub-pages/' . $this->get_base(),$this->get_base(), '', $this->get_atts()); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
import
---
0755
system-info
---
0755
sub-page.php
807 bytes
0644
N4ST4R_ID | Naxtarrr