benecaster_pricing_data_changed
Fires when the pricing data returned by the license server has a different updated_at timestamp than the locally cached value. Use to invalidate pricing caches or notify add-ons that plan structure has changed.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$pricing |
array |
— | Full pricing data array from the license server response |
$previous_updated_at |
string|null |
— | The previously cached updated_at value, or null if no cached value existed |
$new_updated_at |
string |
— | The new updated_at value from the server response |