woocommerce_admin_order_items_after_refunds

woocommerce_admin_order_items_after_refunds

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_admin_order_items_after_refunds') is found 1 times:

  • /includes/admin/meta-boxes/views/html-order-items.php line 107
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
                if ( $refunds ) {
                    foreach ( $refunds as $refund ) {
                        include __DIR__ . '/html-order-refund.php';
                    }
                    do_action( 'woocommerce_admin_order_items_after_refunds', $order->get_id() );
                }
                ?>
            </tbody>
        </table>
    </div>
    <div class="wc-order-data-row wc-order-totals-items wc-order-items-editable">