woocommerce_cart_totals_after_order_total

woocommerce_cart_totals_after_order_total

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_cart_totals_after_order_total') is found 1 times:

  • /templates/cart/cart-totals.php line 102
    			<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>
    
    		<?php do_action( 'woocommerce_cart_totals_after_order_total' ); ?>
    
    	</table>
    
    	<div class="wc-proceed-to-checkout">
    		<?php do_action( 'woocommerce_proceed_to_checkout' ); ?>
    	</div>
    

See this hook used in plugins: