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

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Remove URL link from comments

3 Posts
2 Users
0 Reactions
1,952 Views
Posts: 2
Topic starter
(@tristanstgermain)
New Member
Joined: 3 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: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 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: 3 years ago

Great! it works.

Share: