Current path: home/fresvfqn/emergencywaterdamagemanhattan.com/wp-content/plugins/surerank/inc/schema/
⬆️ Go up: inc
<?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() {
}
}