Current File : /home/d/i/g/digitaw/www/wp-content/plugins/wordpress-popup/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' );