HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/plugins/wordpress-popup/inc/providers/sendinblue/sendinblue.php
<?php
/**
 * Main file for Sendin Blue
 *
 * @package Hustle
 */

/**
 * Direct Load
 */
require_once dirname( __FILE__ ) . '/hustle-sendinblue.php';
require_once dirname( __FILE__ ) . '/hustle-sendinblue-form-settings.php';
require_once dirname( __FILE__ ) . '/hustle-sendinblue-form-hooks.php';
require_once dirname( __FILE__ ) . '/hustle-sendinblue-api.php';
if ( '1.0' === get_option( 'hustle_provider_sendinblue_version' ) ) {
	Hustle_SendinBlue::get_instance()->slient_update_api();
}
Hustle_Providers::get_instance()->register( 'Hustle_SendinBlue' );