Last active
September 1, 2019 22:36
-
-
Save JimmyHowe/55f44b59f33ab66630eca0c387ea02d6 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 | |
protected function render() | |
{ | |
echo '<div class="jhdc-branding-withlove">'; | |
echo "<a href='https://jimmyhowe.com' | |
target='_blank'>Made with ❤ by JimmyHowe.com</a>"; | |
echo '</div>'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment