2015-04-30 31 views

回答

0

您可以使用簡單的文本區域而不是textarea。

array(
    'id'   => 'demo_textarea_simple', 
    'label'  => __('Textarea Simple', 'theme-text-domain'), 
    'desc'  => __('The Textarea Simple option type is a large string value used for custom code or text in the theme. The Textarea Simple does not have a WYSIWYG editor.', 'theme-text-domain'), 
    'std'   => '', 
    'type'  => 'textarea-simple', 
    'section'  => 'option_types', 
),