|
1
|
<?php |
|
2
|
// Direct Load |
|
3
|
require_once dirname( __FILE__ ) . '/hustle-mautic.php'; |
|
4
|
require_once dirname( __FILE__ ) . '/hustle-mautic-form-settings.php'; |
|
5
|
require_once dirname( __FILE__ ) . '/hustle-mautic-form-hooks.php'; |
|
6
|
Hustle_Providers::get_instance()->register( 'Hustle_Mautic' ); |
|
7
|
|