fc_shipping_methods_after_packages_inside

Table Of Contents

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

Description #

Fires inside the shipping packages wrapper after shipping packages are displayed.

Examples #

/**
 * Add packages help text
 */
function add_packages_help() {
    echo '<p class="shipping-help">Need help choosing? Contact us!</p>';
}
add_action( 'fc_shipping_methods_after_packages_inside', 'add_packages_help', 10 );

What are your feelings

Updated on February 27, 2026