<?php /** * Preview script for html markup generator * * @package tutor-droip-elements */ namespace TutorLMSDroip; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Class Forntend */ class Frontend { /** * Class constructor */ public function __construct() { new Ajax(); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ElementGenerator | Folder | 0755 |
|
|
Ajax.php | File | 5.41 KB | 0644 |
|
Backend.php | File | 1.03 KB | 0644 |
|
Editor.php | File | 832 B | 0644 |
|
Frontend.php | File | 321 B | 0644 |
|
Helper.php | File | 4.7 KB | 0644 |
|
Iframe.php | File | 1.36 KB | 0644 |
|
Pages.php | File | 3.62 KB | 0644 |
|