add_filter( 'wpex_targeted_link_rel', function( $targeted_rel ) {
$targeted_rel = 'noopener';
return $targeted_rel;
} );
Snippets: Remove rel “noreferrer” from theme blank target links
All PHP snippets should be added via a child theme's functions.php file or via the Code Snippets Plugin (or alternative plugin)