X

Working code for remove automatic linking comments in WordPress

Adding below code to your functions.php file will remove the automatic linking of URLs in comments.

<?php remove_filter('comment_text', 'make_clickable', 9); ?>