WP Editor

Display WP Editor field.

Code Sample:

array(
    'id'		=> 'WP editor field',
    'title'		=> __('WP editor Field','text-domain'),
    'details'	=> __('Description of wp_editor field, please see detail here https://codex.wordpress.org/Function_Reference/wp_editor','text-domain'),
    'type'		=> 'wp_editor',
    'editor_settings'=>array('textarea_name'=>'wp_editor_field', 'editor_height'=>'150px'),
    'placeholder' => __('wp_editor value','text-domain'),
    'default'		=> 'Editor content',
),

Preview:

WP Editor 1