????

Your IP : 18.116.67.230


Current Path : /home/webcloude/public_html/wp-content/plugins/templately/includes/Admin/
Upload File :
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';
	}
}