Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
malacoscolicine
/
wp-content
/
plugins
/
digeco-core
/
optimizer
:
RTOptionFramework.interface.php
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?php // Security check defined('ABSPATH') || die(); interface RTOptionFramework{ /** * @description: Get option from id: string */ public function get_option(string $id); }