fc_checkout_below_contact_login_cta

Table Of Contents

Back to list of all filter and action hooks for Fluid Checkout Lite.

Description #

Fires below the login call-to-action in the contact sub-step.

Examples #

/**
 * Add additional login options
 */
function add_login_options() {
    echo '<div class="additional-login" style="text-align: center;">Quick & secure login</div>';
}
add_action( 'fc_checkout_below_contact_login_cta', 'add_login_options', 10 );

What are your feelings

Updated on February 27, 2026