Skip to content

Instantly share code, notes, and snippets.

@jeffcdavis
Forked from ckpicker/gist:344cd1a5cbcbdf93a0d7
Last active August 10, 2016 21:24
Show Gist options
  • Save jeffcdavis/18449812853aff039992 to your computer and use it in GitHub Desktop.
Save jeffcdavis/18449812853aff039992 to your computer and use it in GitHub Desktop.
Remove HTML credit from Tribe Events Calendar
function remove_html_credit() {
return '';
}
add_filter( 'tribe_html_credit', 'remove_html_credit' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment