fc_output_billing_same_as_shipping_as_hidden_field

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 to false.

Examples #

/**
 * Force billing same as shipping as hidden field
 */
add_filter( 'fc_output_billing_same_as_shipping_as_hidden_field', '__return_true', 10 );

What are your feelings

Updated on December 15, 2025