File "RTOptionFramework.interface.php"

Full Path: /home/tekvhqgl/public_html/wp-content/plugins/digeco-core/optimizer/RTOptionFramework.interface.php
File size: 194 bytes
MIME-type: text/x-php
Charset: utf-8

<?php 
// Security check
defined('ABSPATH') || die();

interface RTOptionFramework{

    /**
     * @description: Get option from id: string
    */
    public function get_option(string $id);

}