Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
nycre
/
wp-content
/
themes
/
realexa
/
mascot-framework
/
File Content:
mascot-theme-info.php
<?php class RealexaThemeInfo { private static $instance; private $theme_info; private function __construct() { $this->theme_info = wp_get_theme(); } public static function get_instance() { if (!self::$instance) { self::$instance = new self(); } return self::$instance; } public function get_name() { return $this->theme_info->get('Name'); } public function get_version() { return $this->theme_info->get( 'Version' ); } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
core
---
0755
custom-nav-walker
---
0755
lib
---
0755
redux-framework
---
0755
tgm
---
0755
mascot-custom-action.php
286 bytes
0644
mascot-framework.php
2094 bytes
0644
mascot-theme-info.php
472 bytes
0644
N4ST4R_ID | Naxtarrr