Back to list of all filter and action hooks for Fluid Checkout Lite.
Description #
Controls whether to display a “same as billing” notice in the substep text.
Parameters #
$display_notice
(bool) Whether to display the notice. Defaults totrue
.
Examples #
/**
* Hide same as billing notice in substep text
*/
add_filter( 'fc_shipping_same_as_billing_display_substep_review_text_notice', '__return_false', 10 );