fc_coupon_code_section_after

Table Of Contents

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

Description #

Fires after the coupon code section.

Examples #

/**
 * Add coupon section header
 */
function add_coupon_header() {
    echo '<div>Enter your coupon code above to enjoy exclusive discounts!</div>';
}
add_action( 'fc_coupon_code_section_after', 'add_coupon_header', 10 );

What are your feelings

Updated on March 2, 2026