images
3 years ago
model
5 months ago
hustle-infusion-soft-form-hooks.php
5 months ago
hustle-infusion-soft-form-settings.php
5 months ago
hustle-infusion-soft-oauth-non-hub.php
5 months ago
hustle-infusion-soft-oauth.php
5 months ago
hustle-infusion-soft-request-method.php
5 months ago
hustle-infusion-soft-rest-api.php
5 months ago
hustle-infusion-soft.php
5 months ago
infusionsoft.php
5 months ago
interface-opt-in-infusionsoft-connection.php
5 months ago
infusionsoft.php
15 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Main file for Keap |
| 4 | * |
| 5 | * @package Hustle |
| 6 | */ |
| 7 | |
| 8 | /** |
| 9 | * Direct Load |
| 10 | */ |
| 11 | require_once __DIR__ . '/hustle-infusion-soft.php'; |
| 12 | require_once __DIR__ . '/hustle-infusion-soft-form-settings.php'; |
| 13 | require_once __DIR__ . '/hustle-infusion-soft-form-hooks.php'; |
| 14 | Hustle_Providers::get_instance()->register( 'Hustle_Infusion_Soft' ); |
| 15 |