Widget_Shortcode::render()
Render shortcode 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/shortcode.php
*/ public function render_plain_content() { // In plain mode, render without shortcode echo $this->get_settings( 'shortcode' ); } /** * Render shortcode widget output in the editor.