Skip to content

Instantly share code, notes, and snippets.

@danielmcclure
Created December 10, 2014 00:24
Show Gist options
  • Save danielmcclure/9e9d6915623939b73a45 to your computer and use it in GitHub Desktop.
Save danielmcclure/9e9d6915623939b73a45 to your computer and use it in GitHub Desktop.
Removes the attribution link from the Thesis Theme
<?php
/* Remove Thesis Attribution Link (Developer License Holders Only) */
remove_action('thesis_hook_footer', 'thesis_attribution');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment