fc_checkout_header_widgets_inside_after

Table Of Contents

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

Description #

Fires after the header widgets container.

Examples #

/**
 * Add header widgets footer
 */
function add_header_widgets_footer() {
    echo '<div class="widgets-footer">Widgets loaded</div>';
}
add_action( 'fc_checkout_header_widgets_inside_after', 'add_header_widgets_footer', 10 );

What are your feelings

Updated on March 2, 2026