Widget_Spacer::render()
Render spacer widget output on the frontend.
Description
Written in PHP and used to generate the final HTML.
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |
Source
includes/widgets/spacer.php
protected function render() { ?> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> <?php }