is_readable( $file ) ? require_once $file : null, [ DIR . 'vendor/tgmpa/tgm-plugin-activation/class-tgm-plugin-activation.php', ...glob( DIR . 'includes/utility/*.php' ), ...glob( DIR . 'includes/config/*.php' ), ...glob( DIR . 'includes/*.php' ), ...glob( DIR . 'includes/blocks/*.php' ), ...glob( DIR . 'includes/extensions/*.php' ), ] ); if ( function_exists( 'tgmpa' ) ) { tgmpa( [ [ 'name' => 'Gutenberg', 'slug' => 'gutenberg', 'required' => false, ], ] ); } }