auth
1 month ago
images
7 years ago
hubspot.php
5 months ago
hustle-hubspot-api.php
3 days ago
hustle-hubspot-form-hooks.php
5 months ago
hustle-hubspot-form-settings.php
5 months ago
hustle-hubspot.php
1 month ago
hustlle-hubspot-api-v3.php
1 month ago
hubspot.php
15 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Main file for Hubspot |
| 4 | * |
| 5 | * @package Hustle |
| 6 | */ |
| 7 | |
| 8 | /** |
| 9 | * Direct Load |
| 10 | */ |
| 11 | require_once __DIR__ . '/hustle-hubspot.php'; |
| 12 | require_once __DIR__ . '/hustle-hubspot-form-settings.php'; |
| 13 | require_once __DIR__ . '/hustle-hubspot-form-hooks.php'; |
| 14 | Hustle_Providers::get_instance()->register( 'Hustle_HubSpot' ); |
| 15 |