Back to list of all filter and action hooks for Fluid Checkout Lite.
Description #
Controls whether to display unit prices for cart items in the order summary on the checkout page.
Parameters #
$enabled(bool) Whether to display unit prices. Defaults totrue.
Examples #
/**
* Hide cart items unit prices in the order summary on the checkout page.
*/
add_filter( 'fc_enable_order_summary_cart_item_unit_price', '__return_false', 10 );
