Back to list of all filter and action hooks for Fluid Checkout Lite.
Description #
Controls whether to apply the address 2 field description changes.
Parameters #
$apply(bool) Whether to apply the description. Defaults totrue.
Examples #
/**
* Disable address 2 field description
*/
add_filter( 'fc_apply_address_2_field_description', '__return_false', 10 );
