Skip to content

Instantly share code, notes, and snippets.

@eri-trabiccolo
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save eri-trabiccolo/39dfe6149fd4a8b3b196 to your computer and use it in GitHub Desktop.

Select an option

Save eri-trabiccolo/39dfe6149fd4a8b3b196 to your computer and use it in GitHub Desktop.
socials nofollow
add_filter('tc_additional_social_attributes', 'add_nofollow');
function add_nofollow(){
return 'rel="nofollow"';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment