Widget_Text_Editor::render_plain_content()
Render text editor widget as plain content.
Description
Override the default behavior by printing the content without rendering it.
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
Source
includes/widgets/text-editor.php
$editor_content = $this->parse_text_editor( $editor_content ); $this->add_render_attribute( 'editor', 'class', [ 'elementor-text-editor', 'elementor-clearfix' ] );