Replies: 0
Just today morning, I saw these “noopener noreferrer” tags are getting added automatically after rel=”nofollow” in the WordPress backend while I write new articles or editing existing articles.
These were the URLs before –
<a href="http://example.com/example" target="_blank" rel="nofollow">Assume</a>
Now, all of such external URLs are getting converted to
<a href="http://example.com/example" target="_blank" rel="nofollow noopener noreferrer">Assume</a>
How to remove these noopener noreferrer tags from adding automatically?
- This topic was modified 13 minutes ago by princejindal8.