<?php include_once HIROSHI_CORE_SHORTCODES_PATH . '/countdown/class-hiroshicore-countdown-shortcode.php'; foreach ( glob( HIROSHI_CORE_SHORTCODES_PATH . '/countdown/variations/*/include.php' ) as $variation ) { include_once $variation; }