apply_filters( 'tribe_community_tickets_payouts_record_changes_on_status_change', array $changes , int $order_id , string $status_from , string $status_to , WC_Order $order )
Filter the changes to make for payouts on an order.
Contents
Parameters
- $changes
-
(array) List of changes to make.
- $order_id
-
(int) Order ID.
- $status_from
-
(string) Status being changed from.
- $status_to
-
(string) Status being changed to.
- $order
-
(WC_Order) Order object.
Source
File: src/Tribe/Payouts.php
Changelog
Version | Description |
---|---|
4.7.6 | Introduced. |