woocommerce_cart_calculate_fees, $this
woocommerce_cart_calculate_fees, $this
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_cart_calculate_fees, $this') is found 1 times:
- /includes/class-wc-cart.php line 2233
* @since 2.0.0 * @return void */ public function calculate_fees() { do_action( 'woocommerce_cart_calculate_fees', $this ); } /** * Return reference to fees API. * * @since 3.2.0