fc_checkout_after_main_section

Table Of Contents

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

Description #

Fires after the checkout page main section content is rendered.

Examples #

/**
 * Add closing tag for inner container
 */
function add_inner_container_closing_tag() {
	?>
	</div>
	<?php
}
add_action( 'fc_checkout_after_main_section', 'add_inner_container_closing_tag', 10 );

What are your feelings

Updated on December 16, 2025