Skip to content

Instantly share code, notes, and snippets.

@epicmonkeez
Created August 31, 2013 11:48
Show Gist options
  • Save epicmonkeez/6397761 to your computer and use it in GitHub Desktop.
Save epicmonkeez/6397761 to your computer and use it in GitHub Desktop.
Unlink urls in comment text
<?php
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