fc_pro_enable_cart_display_items_unit_price

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

Description #

Controls whether to display unit prices for cart items on the cart page.

Parameters #

  • $enabled (bool) Whether to display unit prices. Defaults to true.

Examples #

/**
 * Hide cart items unit prices on the cart page.
 */
add_filter( 'fc_pro_enable_cart_display_items_unit_price', '__return_false', 10 );

What are your feelings

Updated on December 15, 2025