Back to list of all filter and action hooks for Fluid Checkout Lite.
Description #
Controls whether to show a label with text “optional” for the account creation checkbox.
Parameters #
$display(bool) Whether to display the optional label. Defaults totrue.
Examples #
/**
* Hide optional label for account creation
*/
add_filter( 'fc_checkout_display_create_account_optional_label', '__return_false', 10 );
