HEX
Server: Apache
System: Linux webd001.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: mciraet (192513)
PHP: 8.2.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/mciraet/www/wp-content/plugins/polylang-pro/src/services/exporter/export-term-metas.php
<?php
/**
 * @package Polylang-Pro
 */

/**
 * Class PLL_Export_Term_Metas
 *
 * @since 3.3
 */
class PLL_Export_Term_Metas extends PLL_Export_Metas {

	/**
	 * Constructor.
	 *
	 * @since 3.3
	 */
	public function __construct() {
		$this->meta_type               = 'term';
		$this->import_export_meta_type = PLL_Import_Export::TERM_META;
	}
}