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