Skip to content

Instantly share code, notes, and snippets.

@tomharrigan
Created February 6, 2014 16:10
Show Gist options
  • Select an option

  • Save tomharrigan/8847256 to your computer and use it in GitHub Desktop.

Select an option

Save tomharrigan/8847256 to your computer and use it in GitHub Desktop.
add_filter( 'upstart_homepage_contact_twitter', 'upstart_remove_footer_contact_twitter' );
function upstart_remove_footer_contact_twitter() {
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment