<?php

namespace OTGS\Installer\AdminNotices\Notices;

class WPMLTexts extends Texts {

	protected static $repo = 'wpml';
	protected static $product = 'WPML';
	protected static $productURL = 'WPML.org';
	protected static $apiHost = 'wpml.org';
	protected static $communicationDetailsLink = '/admin.php?page=otgs-installer-support';
	protected static $supportLink = 'https://wpml.org/forums/';
	protected static $publishLink = 'https://wpml.org/account/sites/?publish=';
	protected static $learnMoreDevKeysLink = 'https://wpml.org/faq/how-to-remove-the-this-site-is-registered-on-wpml-org-as-a-development-site-notice/?utm_source=plugin&utm_medium=gui&utm_campaign=wpml-core';
}
