after_woocommerce_pay

after_woocommerce_pay

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('after_woocommerce_pay') is found 1 times:

  • /includes/shortcodes/class-wc-shortcode-checkout.php line 258
    		} else {
    			wc_print_notice( __( 'Invalid order.', 'woocommerce' ), 'error' );
    		}
    
    		do_action( 'after_woocommerce_pay' );
    	}
    
    	/**
    	 * Show the thanks page.
    	 *
    	 * @param int $order_id Order ID.