File "options.php"
Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/surerank/inc/schema/options.php
File size: 414 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Options
*
* This file will handle functionality for all Options.
*
* @package surerank
* @since 1.0.0
*/
namespace SureRank\Inc\Schema;
use SureRank\Inc\Traits\Get_Instance;
/**
* Options
* This class will handle functionality for all Options.
*
* @since 1.0.0
*/
class Options {
use Get_Instance;
/**
* Constructor
*
* @since 1.0.0
*/
public function __construct() {
}
}