Your IP : 216.73.216.162


Current Path : /home/xbodynamge/www/wp-content/themes/hestia/inc/core/abstract/
Upload File :
Current File : /home/xbodynamge/www/wp-content/themes/hestia/inc/core/abstract/class-hestia-abstract-main.php

<?php
/**
 * Main abstract function.
 *
 * @package Hestia
 */

/**
 * Class Hestia_Abstract_Main
 */
abstract class Hestia_Abstract_Main {
	/**
	 * Initialize the control. Add all the hooks necessary.
	 */
	abstract public function init();
}