PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
wp-content
/
plugins
/
templately
/
includes
/
Core
<?php namespace Templately\Core; use Templately\Utils\Base; abstract class Platform extends Base { // protected $module; // public function __construct() { // // $this->module = Module::get_instance(); // } // abstract public function get_saved_templates( $params = [] ); // abstract public function delete( $params = [] ); abstract public function create_page( $id, $title, $importer = null, $settings = [] ); }
[-] .htaccess
[edit]
[+]
Importer
[-] Migrator.php
[edit]
[-] Maintenance.php
[edit]
[+]
Platform
[-] Module.php
[edit]
[-] Platform.php
[edit]
[+]
..
[-] Admin.php
[edit]