|
Server : LiteSpeed System : Linux premium92.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : rbnsfqys ( 805) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/rbnsfqys/bettermart.online/wp-content/plugins/surerank/inc/schema/ |
<?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() {
}
}