jeremyHixon / RationalOptionPages

PHP Class for building Option Pages in WordPress
MIT License
207 stars 73 forks source link

wp_editor #1

Closed ghost closed 3 years ago

ghost commented 8 years ago

wp editor does not work if it is called twice in a different section

'wp_editor_footer' => array(
                            'title' => __('WP Editor', 'sample-domain'),
                            'type' => 'wp_editor',
                            'value' => 'Pellentesque consectetur volutpat lectus, ac molestie lorem molestie nec. ',
                        ),
theflupke commented 3 years ago

It works if you set a different id for each field.