I am wanting to skip the invoice for my cancelled & failed order. I am using the WooCommerce PDF Invoice plugin. It is very simple and easy job. Plugin have a filter bewpi_skip_invoice_generation. So you can do it without editing the core plugin. function cpaul_skip_invoice_generation( $bool, $status, $order ) { /** * wc-failed slug is… Continue Reading