Back to list of all filter and action hooks for Fluid Checkout Lite.
Description #
Controls whether AJAX login is enabled at checkout.
Parameters #
$highlight(bool) Whether to highlight the order totals row. Defaults totrue.
Examples #
/**
* Disable AJAX login at checkout
*/
add_filter( 'fc_enable_checkout_ajax_login', '__return_false', 10 );
