woocommerce_cart_totals_before_order_total

woocommerce_cart_totals_before_order_total

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_cart_totals_before_order_total') is found 1 times:

  • /templates/cart/cart-totals.php line 95
    			}
    		}
    		?>
    
    		<?php do_action( 'woocommerce_cart_totals_before_order_total' ); ?>
    
    		<tr class="order-total">
    			<th><?php esc_html_e( 'Total', 'woocommerce' ); ?></th>
    			<td data-title="<?php esc_attr_e( 'Total', 'woocommerce' ); ?>"><?php wc_cart_totals_order_total_html(); ?></td>
    		</tr>