File "sendgrid.php"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/wordpress-popup/inc/providers/sendgrid/sendgrid.php
File size: 353 bytes
MIME-type: text/x-php
Charset: utf-8
<?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' );