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