?AlkantarClanX12
| Current Path : /home/rankinh/villavanille/wp-content/plugins/drew-core/inc/header/scroll-appearance/ |
| Current File : /home/rankinh/villavanille/wp-content/plugins/drew-core/inc/header/scroll-appearance/include.php |
<?php
include_once DREW_CORE_INC_PATH . '/header/scroll-appearance/helper.php';
foreach ( glob( DREW_CORE_INC_PATH . '/header/scroll-appearance/dashboard/*/*.php' ) as $dashboard ) {
include_once $dashboard;
}
foreach ( glob( DREW_CORE_INC_PATH . '/header/scroll-appearance/*/include.php' ) as $appearance ) {
include_once $appearance;
}