| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/class-hestia-abstract-main.php.tar |
home/xbodynamge/www/wp-content/themes/hestia/inc/core/abstract/class-hestia-abstract-main.php 0000644 00000000363 15114311656 0026442 0 ustar 00 <?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();
}