images
4 months ago
convertkit.php
4 months ago
hustle-convertkit-api-intefrace.php
4 months ago
hustle-convertkit-api-v2.php
4 months ago
hustle-convertkit-api.php
4 months ago
hustle-convertkit-form-hooks.php
4 months ago
hustle-convertkit-form-settings.php
5 months ago
hustle-convertkit-v2.php
4 months ago
hustle-convertkit.php
4 months ago
convertkit.php
17 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Main file for ConvertKit |
| 4 | * |
| 5 | * @package Hustle |
| 6 | */ |
| 7 | |
| 8 | /** |
| 9 | * Direct Load |
| 10 | */ |
| 11 | require_once __DIR__ . '/hustle-convertkit-api-intefrace.php'; |
| 12 | require_once __DIR__ . '/hustle-convertkit.php'; |
| 13 | require_once __DIR__ . '/hustle-convertkit-v2.php'; |
| 14 | require_once __DIR__ . '/hustle-convertkit-form-settings.php'; |
| 15 | require_once __DIR__ . '/hustle-convertkit-form-hooks.php'; |
| 16 | Hustle_Providers::get_instance()->register( 'Hustle_ConvertKit_V2' ); |
| 17 |