// Copy button function for WooCommerce order confirmation (thank you) page add_action('wp_footer', function() { // Only load this script on the WooCommerce order confirmation (thank you) page if (!is_order_received_page()) return; });

Main Menu