Hi @properlypurple, yes i know. i tried the code from Github and inserted it in my functions.php. but this don´t work.
Hi @properlypurple, i inserted the code in functions.php, but it doesn´t help. I also tried another code where i found, but it also not works.
function removing_noreferrer_link_rel( $rel_values ) {
return 'noopener';
}
add_filter( 'wp_targeted_link_rel', 'removing_noreferrer_link_rel', 999 );
Hi @properlypurple, thanks for your reply. All the plugins in the directory are old (not tested with the current wordpress versions) or only add “noreferrer” but not remove it 🙁