add_action( 'wp_footer', function () { if ( ! function_exists( 'is_checkout' ) || ! is_checkout() || is_wc_endpoint_url( 'order-received' ) ) { return; } echo <<<'HTML' HTML; }, 99 );