[pmpro_confirmation]

'); newWin.document.close(); // Close the document to finish writing newWin.focus(); // Focus on the new window // Print and close the new window after a slight delay setTimeout(function() { newWin.print(); // Print the content newWin.close(); // Close the new window }, 250); }); });}})();