Fire before product subtotal in cart.
Active Since v3.0.4
Source
File: /templates/content-cart.php
Used by: /templates/content-cart.php
Parameters
$args
Example:
function prefix_wp_travel_cart_before_product_subtotal( $args ) { // Code here. } add_action( ‘wp_travel_cart_before_product_subtotal', 'prefix_wp_travel_cart_before_product_subtotal’ );