Forums
(@azaleas2)
10 years, 5 months ago
I’m using Options framework. Here’s the code snippet:
` $options[] = array( ‘name’ => __(‘Main text block’, ‘options_check’), ‘id’ => ‘main_text_editor’, ‘type’ => ‘editor’, ‘settings’ => $wp_editor_settings );`