Disable Automatic Conversion Of URL To HTML Link In WordPress Comment

As usual, i’m busy working on WordPress development and found something missing on the web (may be not much people needs it). So i dig into WordPress core for such information and write this down here in case someone find it useful. I found that WordPress will automatically convert all URL or Email addresses from string to HTML link for all comment text. This is good thing for some users but its not such a good thing for my project. Therefore, i wanted to disable it but couldn’t find any resources around the web. So i decideto write this down in case someone like me who wished to disable WordPress automatic conversion of url addresses to html links on the comment text. It’s pretty simple to disable this feature. You can remove this feature from WordPress by adding the following sentence to remove the automatic conversion.

                        remove_filter('comment_text', 'make_clickable', 9);

Once this is added into your plugin or function.php file in your template, WordPress will not automatic convert all URL it sees to HTML link on the comment text. Have fun icon smile Disable Automatic Conversion Of URL To HTML Link In Wordpress Comment

 

Like this post? Share it!

digg 48 Disable Automatic Conversion Of URL To HTML Link In Wordpress Comment reddit 48 Disable Automatic Conversion Of URL To HTML Link In Wordpress Comment stumbleupon 48 Disable Automatic Conversion Of URL To HTML Link In Wordpress Comment delicious 48 Disable Automatic Conversion Of URL To HTML Link In Wordpress Comment furl 48 Disable Automatic Conversion Of URL To HTML Link In Wordpress Comment technorati 48 Disable Automatic Conversion Of URL To HTML Link In Wordpress Comment google 48 Disable Automatic Conversion Of URL To HTML Link In Wordpress Comment myspace 48 Disable Automatic Conversion Of URL To HTML Link In Wordpress Comment facebook 48 Disable Automatic Conversion Of URL To HTML Link In Wordpress Comment twitter 48 Disable Automatic Conversion Of URL To HTML Link In Wordpress Comment
share save 171 16 Disable Automatic Conversion Of URL To HTML Link In Wordpress Comment

No related posts.

About Clay

I am Clay who is the main writer for this website. I own a small web hosting company in Malaysia and i'm available to be hired as individual contractor on elance. You can find me on twitter.
This entry was posted in How-to, Others and tagged . Bookmark the permalink.

One Response to Disable Automatic Conversion Of URL To HTML Link In WordPress Comment

  1. Pingback: abcphp.com