Filter and action hooks #
Best practices #
If you are unsure about how to add the code snippets to your website, check our article:
How to safely add code snippets to your WooCommerce website
Actions #
fc_pro_woocommerce_order_delivery_before_fieldsThis action hook fires before the delivery date fields are rendered in the checkout process.fc_pro_woocommerce_order_delivery_after_fieldsThis action hook fires after the delivery date fields are rendered in the checkout process.
Filters #
fc_pro_woocommerce_order_delivery_substep_title– Filters the substep title for order delivery.fc_pro_woocommerce_order_delivery_position_args– Filters the position arguments for the order delivery substep.fc_pro_woocommerce_order_delivery_priority– Filters the priority for the order delivery integration.
