Widget_Html::_content_template()
Render HTML widget output in the editor.
Description
Written as a Backbone JavaScript template and used to generate the live preview.
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
Source
includes/widgets/html.php
protected function _content_template() { ?> {{{ settings.html }}} <?php }