Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Created July 10, 2013 19:53
Show Gist options
  • Select an option

  • Save wpspeak/5969650 to your computer and use it in GitHub Desktop.

Select an option

Save wpspeak/5969650 to your computer and use it in GitHub Desktop.
Stop autolinks in comments
<?php
// Stop autolinks in comments
remove_filter('comment_text', 'make_clickable', 9);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment