/home/altere25/rmllproject.altereddigital.com/wp-content/plugins/gosmtp
Edit: /home/altere25/rmllproject.altereddigital.com/wp-content/plugins/gosmtp/gosmtp.php (2104B)
=')){
// Let GoSMTP load
// Lets check for older versions
}else{
if(!function_exists('get_plugin_data')){
include_once ABSPATH . 'wp-admin/includes/plugin.php';
}
$gosmtp_pro_info = get_plugin_data(WP_PLUGIN_DIR . '/gosmtp-pro/gosmtp-pro.php');
if(!empty($gosmtp_pro_info) && version_compare($gosmtp_pro_info['Version'], '1.0.7', '<')){
return;
}
}
}
// If GOSMTP_VERSION exists then the plugin is loaded already !
if(defined('GOSMTP_VERSION')) {
return;
}
define('GOSMTP_FILE', __FILE__);
include_once(dirname(__FILE__).'/init.php');