Skip to content

Instantly share code, notes, and snippets.

@zzfortezz
Last active November 9, 2018 08:21
Show Gist options
  • Save zzfortezz/e5e12a3f17b1a41afcd7143cfc91f470 to your computer and use it in GitHub Desktop.
Save zzfortezz/e5e12a3f17b1a41afcd7143cfc91f470 to your computer and use it in GitHub Desktop.
<?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