Can someone please help me write this PHP so that the word "here"
is a hyperlink to a new tab?
<p>
<?php printf( __( "Hi there. Your recent purchase for %s was successful. A confirmation PDF is attached and your order details are shown below for your reference.
<br>
Have you heard about our upcoming CD release? Pre-order your copy now by clicking here", 'woocommerce' ), get_option( 'blogname' ) ); ?>
Thanks!