fc_pro_collapsible_order_review_content

Table Of Contents

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

Description #

Fires when the collapsible order review content is rendered.

Example #

/**
 * Add a custom message order review content.
 */
function fc_custom_collapsible_content() {
	echo '<p class="fc-review-hint">Custom message</p>';
}
add_action( 'fc_pro_collapsible_order_review_content', 'fc_custom_collapsible_content' );

What are your feelings

Updated on December 31, 2025