Admin-Page-Class icon indicating copy to clipboard operation
Admin-Page-Class copied to clipboard

Support for wp_editor() settings in addWysiwyg() method

Open prionkor opened this issue 6 years ago • 0 comments

Example

$options_panel->addWysiwyg('editor_id', array(
        'name' => 'Editor label',
        'std' => 'Some content',
        'wysiwyg_settings' => array() // wp_editor() settings
    ));

Will send a pull request soon

prionkor avatar Aug 16 '18 17:08 prionkor