Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JimmyHowe/55f44b59f33ab66630eca0c387ea02d6 to your computer and use it in GitHub Desktop.
Save JimmyHowe/55f44b59f33ab66630eca0c387ea02d6 to your computer and use it in GitHub Desktop.
<?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