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