images
7 years ago
hustle-icontact-api.php
5 months ago
hustle-icontact-form-hooks.php
5 months ago
hustle-icontact-form-settings.php
5 months ago
hustle-icontact.php
3 years ago
icontact.php
5 months ago
icontact.php
16 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Main IContact file |
| 4 | * |
| 5 | * @package Icontact |
| 6 | * @since 4.3.0 |
| 7 | */ |
| 8 | |
| 9 | /** |
| 10 | * Direct Load |
| 11 | */ |
| 12 | require_once __DIR__ . '/hustle-icontact.php'; |
| 13 | require_once __DIR__ . '/hustle-icontact-form-settings.php'; |
| 14 | require_once __DIR__ . '/hustle-icontact-form-hooks.php'; |
| 15 | Hustle_Providers::get_instance()->register( 'Hustle_Icontact' ); |
| 16 |