gpb_pricing_calculated
Description
Filter the final calculated price.
Usage
Applied globally
add_filter( 'gpb_pricing_calculated', 'my_custom_function' );
Parameters
$price
float
The calculated price.
$booking_data
array
The booking data.
$context
array
Additional context (service, resource, etc.).
$applicable_rules
PricingRule[]
The rules that were applied.
Since
1.0-alpha-2.4
Hook added.