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 totrue.
Examples #
/**
* Hide cart items unit prices on the cart page.
*/
add_filter( 'fc_pro_enable_cart_display_items_unit_price', '__return_false', 10 );
