Home / Disable Comment URL Linking
Duplicate Snippet

Embed Snippet on Your Site

Disable Comment URL Linking

Prevent automatically formatting URLs in comments as links.

80+
Code Preview
php
<?php
remove_filter( 'comment_text', 'make_clickable', 9 );

Comments

Add a Comment