Hi,
in my case I creat a custom link like this:
$url = add_query_arg( array(‘p’ => get_the_ID(), ‘lang’ => ‘it’, ‘postid’ => get_the_ID(), ‘pdf’ => ”), home_url(‘/’) );
but I had to remove url rewrite in plugin code to work, otherwise it’s still ignoring my custom url.
Hope can help you.