Back to list of all filter and action hooks for Fluid Checkout Lite.
Description #
Controls whether to add the fc-container
class to the checkout wrapper element. It will not trigger if using distraction free header and footer.
Parameters #
$add_class
(bool) Whether to add the container class. Defaults totrue
.
Examples #
/**
* Disable checkout container class for custom styling
*/
add_filter( 'fc_add_container_class', '__return_false', 10 );