Text Multi

Display multiple text fields as an array.

Code Sample

array(
    'id'		=> 'text_multi_field',
    'title'		=> __('Multi Text Field','text-domain'),
    'details'	    	=> __('Description of multi text field','text-domain'),
    'type'		=> 'text_multi',
    'default'      => array('Default Text #1', 'Default Text #2', 'Default Text #3'),
    'placeholder'   	=> __('Text value','text-domain'),
),

 

Preview

WP Option Framework