REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 3.79 KB
Close
/home/certprox/template.certproxywizard.com/wp-content/plugins/hostinger-reach/src/Providers/IntegrationsProvider.php
Text
Base64
<?php namespace Hostinger\Reach\Providers; use Hostinger\Reach\Api\Handlers\IntegrationsApiHandler; use Hostinger\Reach\Container; use Hostinger\Reach\Functions; use Hostinger\Reach\Integrations\Brave\BraveIntegration; use Hostinger\Reach\Integrations\ContactForm7\ContactForm7Integration; use Hostinger\Reach\Integrations\Elementor\ElementorIntegration; use Hostinger\Reach\Integrations\Forminator\ForminatorIntegration; use Hostinger\Reach\Integrations\NinjaForms\NinjaFormsIntegration; use Hostinger\Reach\Integrations\Reach\ReachFormIntegration; use Hostinger\Reach\Integrations\SureForms\SureFormsIntegration; use Hostinger\Reach\Integrations\ThriveLeads\ThriveLeadsIntegration; use Hostinger\Reach\Integrations\OptInMonster\OptInMonsterIntegration; use Hostinger\Reach\Integrations\WooCommerce\WooCommerceIntegration; use Hostinger\Reach\Integrations\WPFormsLite\WpFormsLiteIntegration; use Hostinger\Reach\Integrations\WSForms\WSFormsIntegration; use Hostinger\Reach\Repositories\ContactListRepository; use Hostinger\Reach\Repositories\FormRepository; if ( ! defined( 'ABSPATH' ) ) { die; } class IntegrationsProvider implements ProviderInterface { public const INTEGRATIONS = array( ReachFormIntegration::INTEGRATION_NAME => ReachFormIntegration::class, ContactForm7Integration::INTEGRATION_NAME => ContactForm7Integration::class, WpFormsLiteIntegration::INTEGRATION_NAME => WpFormsLiteIntegration::class, ElementorIntegration::INTEGRATION_NAME => ElementorIntegration::class, WooCommerceIntegration::INTEGRATION_NAME => WooCommerceIntegration::class, NinjaFormsIntegration::INTEGRATION_NAME => NinjaFormsIntegration::class, SureFormsIntegration::INTEGRATION_NAME => SureFormsIntegration::class, WSFormsIntegration::INTEGRATION_NAME => WSFormsIntegration::class, ForminatorIntegration::INTEGRATION_NAME => ForminatorIntegration::class, ThriveLeadsIntegration::INTEGRATION_NAME => ThriveLeadsIntegration::class, BraveIntegration::INTEGRATION_NAME => BraveIntegration::class, OptInMonsterIntegration::INTEGRATION_NAME => OptInMonsterIntegration::class, ); public function register( Container $container ): void { $integrations = array( ReachFormIntegration::class => array( $container->get( FormRepository::class ), $container->get( ContactListRepository::class ), $container->get( Functions::class ), ), ContactForm7Integration::class => array(), WpFormsLiteIntegration::class => array(), ElementorIntegration::class => array( $container->get( FormRepository::class ), ), WooCommerceIntegration::class => array( $container->get( FormRepository::class ), ), NinjaFormsIntegration::class => array(), SureFormsIntegration::class => array(), WSFormsIntegration::class => array(), ForminatorIntegration::class => array(), ThriveLeadsIntegration::class => array(), BraveIntegration::class => array(), OptInMonsterIntegration::class => array( $container->get( Functions::class ), ), ); foreach ( $integrations as $class_name => $dependencies ) { $integration = new $class_name( ...$dependencies ); $container->set( $integration::class, function () use ( $integration ) { return $integration; } ); $integration = $container->get( $integration::class ); $integration->init(); } $container->get( IntegrationsApiHandler::class )->init_hooks(); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 18
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
AmplitudeProvider.php
791 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AssetsProvider.php
674 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
BlocksProvider.php
1.08 KB
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ClientProvider.php
1.17 KB
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ContainerProvider.php
310 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
DatabaseProvider.php
983 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
HostingRoutesProvider.php
895 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
IntegrationsProvider.php
3.79 KB
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
JobsProvider.php
2.11 KB
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MenusProvider.php
506 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
NoticesProvider.php
1.01 KB
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ProviderInterface.php
169 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
RedirectsProvider.php
528 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
RoutesProvider.php
1.58 KB
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SurveysProvider.php
901 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TrackingProvider.php
901 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
WebhooksProvider.php
1.51 KB
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
WpdbProvider.php
328 B
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).