Widget_Divider::_content_template()
Render divider 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/divider.php
protected function render() { ?> <div class="elementor-divider"> <span class="elementor-divider-separator"></span> </div> <?php }