<?php
/**
* Author: wbolt team
* Author URI: https://www.wbolt.com/
*/
class Smart_SEO_Tool_Cron
{
public static function cnf($key, $default = null)
{
return Smart_SEO_Tool_Admin::cnf($key, $default);
}
public static function init() {}
}