Files
doitinpoland.com/wp-content/plugins/wpml-translation-management/classes/translation-proxy/models/wpml-tp-extra-field.php
2023-09-12 21:41:04 +02:00

15 lines
221 B
PHP

<?php
/**
* @author OnTheGo Systems
*/
class WPML_TP_Extra_Field {
/** @var string */
public $type = 'text';
/** @var string */
public $label;
/** @var string */
public $name;
/** @var array */
public $items;
}