The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Remove URL link fro...
 
Share:
Notifications
Clear all

[Solved] Remove URL link from comments

3 Posts
2 Users
0 Likes
865 Views
Posts: 2
Topic starter
(@tristanstgermain)
New Member
Joined: 2 years ago

Hi,

I would like to remove URL link (a href) when a comment is posted. Keep the text only but not with the hyperlink.

Is this possible?

 

link

 

2 Replies
Asti
Posts: 7114
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

@tristanstgermain,

You can use the hook code below:

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

This article should be helpful for you: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/

Posts: 2
Topic starter
(@tristanstgermain)
New Member
Joined: 2 years ago

Great! it works.

Share: