Back to list of all filter and action hooks for Fluid Checkout Lite.
Description #
Allows intercepting the checkout steps before they are returned for use and before render conditions are applied (intended for internal use only).
It is used internally by the plugin and its extensions and not intended for steps or sub-step customizations. To customize steps and sub-steps, use the following resources:
- Customize checkout steps documentation page.
Filter hooks
fc_register_checkout_step_args– Runs at checkout steps registration and allows to modify, add or remove checkout steps.fc_register_checkout_substep_args– Runs at checkout sub-steps registration and allows to modify, add or remove checkout sub-steps.
Parameters #
$steps(array|null) The already modified checkout steps array, ornullif it has not yet been intercepted.$context(string) The context in which steps are being retrieved. Defaults tocheckout, but also acceptsorder-pay.
