wpml-tp-extra-field.php 221 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?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; }