This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php // only copy if needed! | |
/** | |
* Adds a link to the WooCommerce thank you page in order emails. | |
* | |
* @param \WC_Order $order the order object | |
*/ | |
function sv_wc_add_email_order_page_link( $order ) { |