<?php

namespace WPML;

class DocPage {

	public static function getTranslateAutomatically() {
		return 'https://wpml.org/documentation/getting-started-guide/#how-to-translate-pages-posts-and-custom-posts/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmlcore';
	}

	public static function gettingStartedGuide() {
		return 'https://wpml.org/documentation/getting-started-guide/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmltm';
	}

	public static function editorOptions() {
		return 'https://wpml.org/documentation/translating-your-contents/translation-editor-options/?utm_source=wpmlplugin&utm_campaign=tm-settings&utm_medium=translation-editor-options&utm_term=translation-management';
	}

	public static function addTranslationServiceForm() {
		return 'https://wpml.org/documentation/content-translation/#add-service-form';
	}

	public static function aboutATE() {
		return 'https://wpml.org/documentation/translating-your-contents/advanced-translation-editor/?utm_source=plugin&utm_medium=gui&utm_campaign=wpmltm';
	}

}
