Back to list of all filter and action hooks for Compatibility with plugin WooCommerce Delivery Slots by Iconic.
Description #
This filter controls whether the delivery slots substep should be visible on checkout.
Parameters #
$is_visible(bool) Whether the substep is visible.
Example #
/**
* Force hide the delivery slots substep
*/
add_filter( 'fc_pro_is_substep_delivery_slots_visible', '__return_false', 10 );
