| Current Path : /home/ereika83/www/wp-content/plugins/hustle/inc/providers/sendgrid/ |
| Current File : /home/ereika83/www/wp-content/plugins/hustle/inc/providers/sendgrid/sendgrid.php |
<?php /** * Main file for Sendgrid * * @package Hustle */ /** * Direct Load */ require_once dirname( __FILE__ ) . '/hustle-sendgrid.php'; require_once dirname( __FILE__ ) . '/hustle-sendgrid-form-settings.php'; require_once dirname( __FILE__ ) . '/hustle-sendgrid-form-hooks.php'; Hustle_Providers::get_instance()->register( 'Hustle_SendGrid' );