????
Current Path : /home/webcloude/public_html/wp-content/plugins/templately/includes/Admin/ |
Current File : //home/webcloude/public_html/wp-content/plugins/templately/includes/Admin/Settings.php |
<?php namespace Templately\Admin; use Templately\Utils\Base; class Settings extends Base { public function display() { echo 'Hello World - Settings'; } }