<?php
namespace WPML\Import\UI;
class DocLinks {
/**
* @return string
*/
public static function getMain() {
return 'https://wpml.org/documentation/related-projects/wpml-export-and-import/?utm_source=plugin&utm_medium=gui&utm_campaign=wpml-export-import';
}
}