Tagged Questions
0
votes
1answer
181 views
Clean links in: the_author_meta('description')
I need to clean any links returned from the_author_meta('description')
The code I use is simply that:
<p><?php the_author_meta('description'); ?></p>
I Searched old question but ...