do_action( 'tribe_tickets_global_stock_level_changed', int $post_id, int $quantity, bool $status )

Fires when the global stock level is set/changed.


Parameters

$post_id

(int)

$quantity

(int)

$status

(bool)


Top ↑

Source

File: src/Tribe/Global_Stock.php


Top ↑

Changelog

Changelog
Version Description
4.6 Added $status param
4.1 Introduced.