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); ?> |
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); ?> |