images
7 years ago
views
3 years ago
hustle-mailchimp-api.php
3 years ago
hustle-mailchimp-form-hooks.php
3 years ago
hustle-mailchimp-form-settings.php
3 years ago
hustle-mailchimp.php
3 years ago
mailchimp.php
3 years ago
mailchimp.php
15 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Main file for Mailchimp |
| 4 | * |
| 5 | * @package Hustle |
| 6 | */ |
| 7 | |
| 8 | /** |
| 9 | * Direct Load |
| 10 | */ |
| 11 | require_once dirname( __FILE__ ) . '/hustle-mailchimp.php'; |
| 12 | require_once dirname( __FILE__ ) . '/hustle-mailchimp-form-settings.php'; |
| 13 | require_once dirname( __FILE__ ) . '/hustle-mailchimp-form-hooks.php'; |
| 14 | Hustle_Providers::get_instance()->register( 'Hustle_Mailchimp' ); |
| 15 |