<?php
include_once NEOBEAT_CORE_INC_PATH . '/spinner/helper.php';
include_once NEOBEAT_CORE_INC_PATH . '/spinner/dashboard/admin/spinner-options.php';
include_once NEOBEAT_CORE_INC_PATH . '/spinner/dashboard/meta-box/spinner-meta-box.php';
foreach ( glob( NEOBEAT_CORE_INC_PATH . '/spinner/layouts/*/include.php' ) as $layout ) {
include_once $layout;
}