Wysiwyg::render_html()
Renders editor HTML.
Return
(void)
Source
File: src/Tribe/Admin/Wysiwyg.php
public function render_html() {
echo $this->get_html();
}
Changelog
| Version | Description |
|---|---|
| 5.0.12 | Introduced. |
Renders editor HTML.
(void)
File: src/Tribe/Admin/Wysiwyg.php
public function render_html() {
echo $this->get_html();
}
| Version | Description |
|---|---|
| 5.0.12 | Introduced. |