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