Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Action Hooks Associated With Cart Page
  5. Action :wp_travel_cart_before_product_subtotal

Action :wp_travel_cart_before_product_subtotal

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’ );
Was this article helpful to you? Yes No

How can we help?