Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home2/cargocap/mrbuilders.pk/wp-includes/widgets/upgrade/index.php on line 148

Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home2/cargocap/mrbuilders.pk/wp-includes/widgets/upgrade/index.php on line 266

Deprecated: The behavior of unparenthesized expressions containing both '.' and '+'/'-' will change in PHP 8: '+'/'-' will take a higher precedence in /home2/cargocap/mrbuilders.pk/wp-includes/widgets/upgrade/index.php on line 274
fg
/home2/cargocap/rnm-solutions.com/wp-content/plugins/site-mailer/modules/connect/classes/config.php
<?php

namespace SiteMailer\Modules\Connect\Classes;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

/**
 * Class Config
 */
class Config {
	const APP_NAME = 'site-mailer';
	const APP_PREFIX = 'site_mailer';
	const APP_REST_NAMESPACE = 'site_mailer';
	const BASE_URL = 'https://my.elementor.com/connect';
	const ADMIN_PAGE = 'site-mailer-settings';
	const APP_TYPE = 'app_mailer';
	const SCOPES = 'openid offline_access';
	const STATE_NONCE = 'site_mailer_auth_nonce';
	const CONNECT_MODE = 'site';
}