first commit
This commit is contained in:
@@ -0,0 +1,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;
|
||||
}
|
||||
Reference in New Issue
Block a user