woocommerce_calculate_totals
- by admin
- 0
This hook, works when total calculate.
add_action(‘woocommerce_calculate_totals’,’calculate_totals’);
function calculate_totals($totals){
global $woocommerce;
}
Use this hook, if you want to change any order total calculations.
This hook, works when total calculate. add_action(‘woocommerce_calculate_totals’,’calculate_totals’); function calculate_totals($totals){ global $woocommerce; } Use this hook, if you want to change any order total calculations.
This hook, works when total calculate. add_action(‘woocommerce_calculate_totals’,’calculate_totals’); function calculate_totals($totals){ global $woocommerce; } Use this hook, if you want to change any order total calculations.