Back to list of all filter and action hooks for Fluid Checkout Lite.
Description #
Controls whether to output the billing same as shipping option as a hidden field instead of a checkbox.
Parameters #
$output_as_hidden(bool) Whether to output as hidden field. Defaults tofalse.
Examples #
/**
* Force billing same as shipping as hidden field
*/
add_filter( 'fc_output_billing_same_as_shipping_as_hidden_field', '__return_true', 10 );
