woocommerce_order_item_add_action_buttons

woocommerce_order_item_add_action_buttons

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_order_item_add_action_buttons') is found 1 times:

  • /includes/admin/meta-boxes/views/html-order-items.php line 301
    			<button type="button" class="button refund-items"><?php esc_html_e( 'Refund', 'woocommerce' ); ?></button>
    		<?php endif; ?>
    		<?php
    			// Allow adding custom buttons.
    			do_action( 'woocommerce_order_item_add_action_buttons', $order );
    		?>
    		<?php if ( $order->is_editable() ) : ?>
    			<button type="button" class="button button-primary calculate-action"><?php esc_html_e( 'Recalculate', 'woocommerce' ); ?></button>
    		<?php endif; ?>
    	</p>
    </div>