do_action( 'tribe_tickets_global_stock_level_changed', int $post_id , int $quantity , bool $status )
Fires when the global stock level is set/changed.
Contents
Parameters
- $post_id
-
(int)
- $quantity
-
(int)
- $status
-
(bool)
Source
Changelog
| Version | Description |
|---|---|
| 4.6 | Added $status param |
| 4.1 | Introduced. |