golden hour
/home/godaofbq/hyperbaric-revolution.com/wp-content/plugins/templately/includes/Core
⬆️ Go Up
Upload
File/Folder
Size
Actions
Admin.php
21.27 KB
Del
OK
Importer
-
Del
OK
Maintenance.php
1.79 KB
Del
OK
Migrator.php
2.08 KB
Del
OK
Module.php
1.1 KB
Del
OK
Platform
-
Del
OK
Platform.php
429 B
Del
OK
Edit: Platform.php
<?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 ); }
Save