// On your child theme functions.php: add_filter( 'get_edit_user_link', function( $link, $user_id ) { $link = "https://www.google.com/"; return $link; }, 30, 2 );