array( 'label' => __( 'WP Editor', 'italystrap' ), 'desc' => __( 'Arbitrary text or HTML advanced editor WYSIWYG.', 'italystrap' ), 'id' => 'text', 'type' => 'editor', 'class' => 'widefat text', 'default' => '', // 'validate' => 'numeric_comma', 'capability'=> current_user_can( 'unfiltered_html' ), 'sanitize' => 'wp_kses_post|trim', 'section' => 'general', ), );