do_action( 'woocommerce_order_payment_status_changed', WC_Order )
Fires when the order progresses from a pending payment status to a paid one.
Description Description
Parameters Parameters
-
Order object
Source Source
File: includes/class-wc-order.php
Changelog Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |