Last active
November 9, 2018 08:21
-
-
Save zzfortezz/e5e12a3f17b1a41afcd7143cfc91f470 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Render the widget output on the frontend. | |
* | |
* Written in PHP and used to generate the final HTML. | |
* | |
* @since 1.0.0 | |
* | |
* @access protected | |
*/ | |
protected function render() { | |
$settings = $this->get_settings_for_display(); | |
echo $settings['custom_text']; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment