Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions inc/integrations/class-integration-registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,13 @@ private function register_core_integrations(): void {
$this->register(new Providers\Cloudflare\Cloudflare_Integration());
$this->register(new Providers\Hestia\Hestia_Integration());
$this->register(new Providers\Enhance\Enhance_Integration());
$this->register(new Providers\Plesk\Plesk_Integration());
$this->register(new Providers\Rocket\Rocket_Integration());
$this->register(new Providers\WPEngine\WPEngine_Integration());
$this->register(new Providers\WPMUDEV\WPMUDEV_Integration());
$this->register(new Providers\FrankenPHP\FrankenPHP_Integration());
$this->register(new Providers\BunnyNet\BunnyNet_Integration());
$this->register(new Providers\LaravelForge\LaravelForge_Integration());
$this->register(new Providers\Amazon_SES\Amazon_SES_Integration());
}

/**
Expand Down Expand Up @@ -174,10 +177,13 @@ private function register_core_capabilities(): void {
$this->add_capability('cloudflare', new Providers\Cloudflare\Cloudflare_Domain_Mapping());
$this->add_capability('hestia', new Providers\Hestia\Hestia_Domain_Mapping());
$this->add_capability('enhance', new Providers\Enhance\Enhance_Domain_Mapping());
$this->add_capability('plesk', new Providers\Plesk\Plesk_Domain_Mapping());
$this->add_capability('rocket', new Providers\Rocket\Rocket_Domain_Mapping());
$this->add_capability('wpengine', new Providers\WPEngine\WPEngine_Domain_Mapping());
$this->add_capability('wpmudev', new Providers\WPMUDEV\WPMUDEV_Domain_Mapping());
$this->add_capability('frankenphp', new Providers\FrankenPHP\FrankenPHP_Domain_Mapping());
$this->add_capability('bunnynet', new Providers\BunnyNet\BunnyNet_Domain_Mapping());
$this->add_capability('laravel-forge', new Providers\LaravelForge\LaravelForge_Domain_Mapping());
$this->add_capability('amazon-ses', new Providers\Amazon_SES\Amazon_SES_Transactional_Email());
}

/**
Expand Down

This file was deleted.

Loading
Loading