ulisseweb
11/27/2019 - 8:26 AM

Use Wordpress rich editor for custom options page

$value = self::get_theme_option( 'field_name' );
wp_editor( $value, 'theme_options[field_name]', $settings = array('media_buttons' => false , 'textarea_rows'=> '10') );