Use the following example code to remove Auto Linking of URLs in WordPress Comments:
1 | remove_filter('comment_text', 'make_clickable', 9); |
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.