/* ========================================================= * GFModern - módulos propios del theme único * ========================================================= */ $gfmodern_inc_dir = get_template_directory() . '/inc/gfmodern'; foreach (array( 'helpers.php', 'assets.php', 'memberships.php', 'comments-modern.php', 'download-gate.php', ) as $gfmodern_file) { $gfmodern_path = $gfmodern_inc_dir . '/' . $gfmodern_file; if (file_exists($gfmodern_path)) { require_once $gfmodern_path; } }