Back to list of all filter and action hooks for Fluid Checkout Lite.
Description #
Controls whether to use Fluid Checkout’s page template instead of the default WooCommerce checkout template.
Parameters #
$enabled(bool) Whether the Fluid Checkout’s checkout page template is enabled. Defaults totrue.
Examples #
/**
* Disable Fluid Checkout page template
*/
add_filter( 'fc_enable_checkout_page_template', '__return_false', 10 );
