Elementor\Editor::_get_wp_editor_config PHP Method

_get_wp_editor_config() protected method

protected _get_wp_editor_config ( )
    protected function _get_wp_editor_config()
    {
        ob_start();
        wp_editor('%%EDITORCONTENT%%', 'elementorwpeditor', ['editor_class' => 'elementor-wp-editor', 'editor_height' => 250, 'drag_drop_upload' => true]);
        return ob_get_clean();
    }