Hi there, will you update the plugin soon as it’s abanonded right now.
]]>I am trying to fix a post that keeps showing the rel=”noopener noreferrer” tag. I have downloaded the plugin, checked the settings, edited the post, took out the tag manually and updated the post… and yet rel=”noopener noreferrer” keeps getting put back into it.
Can someone please help me? Thank you.
]]>Hi, I believe the plugin was working at some point – but I just got a message from an advertising client saying that he’s not seeing any traffic.
Using the link I attached, I “inspected” the external link near the top of the page and got this:
<a rel="noreferrer noopener" href="https://empowerenergysolar.ca/" target="_blank">Click here</a>
Help appreciated! I need to get this working, thanks,
Rylan
]]>Sorry if I miss something. Does this plugin not work with target _blank? I made 2 experiments, one with _blank, another without it. Work fine with link without _blank target, but with _blank target it doesn’t work.
thanks
]]>I’ve set the plugin to work on all 4 places: Single Post, Pages etc. I’ve cleared my browser history and site cache, refreshed the pages but noreferrer remains like glue. I’m using the latest WordPress version. What can I do now? It’s the same site-wide.
]]>Dear Plugin Creator,
First of all; thank you very much for the plugin! WOrks like a charm.
But I would like to add 1 functionality:
Can I activate the plugin to remove the noreferrer and then deactivate the plugin, so that it keeps the noreferrer?
I have also added this code in my functions.php for it:
//This code removes noreferrer from your new or updated posts
function my_targeted_link_rel($rel_values) {
return ‘noopener’;
}
add_filter(‘wp_targeted_link_rel’, ‘my_targeted_link_rel’,999);
I want to have as less plugins as possible and just need a onetime fix for this?
Would love to hear from you!
]]>Hi Alexander,
If you are looking to extend the plugin functionality, it’ll be nice to have an editable list of domains, where “noreferrer” should remain or reversed condition – the only domains where “noreferrer” should be removed.
It’ll be also very convenient to use the same for “nofollow” to be added/removed selectively.
Serge
]]>Any chance you can make this work for footers? I just installed it and it works for the main body of my website page, but the links in the footer still have noreferrer.
Thanks!
Jannette
]]>Hi,
after the Update i get an error in the frontend:
Warning: in_array() expects parameter 2 to be array, null given in /wp-content/plugins/remove-noreferrer/frontend/class-plugin.php on line 109
Thx
]]>I just installed and activated this plugin to remove “noreferrer” but when I go in and edit a post using Gutenberg, the links still show “noreferrer” and I don’t see “noopener custom” – I refreshed the page and reopened in a new window, but that didn’t seem to solve the issue.
Is there anything else I need to do on my end to have the plugin work correctly?
Thanks!
]]>