woocommerce_after_order_refund_item_name

woocommerce_after_order_refund_item_name

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

do_action('woocommerce_after_order_refund_item_name') is found 1 times:

  • /includes/admin/meta-boxes/views/html-order-refund.php line 47
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
            <p class="description"><?php echo esc_html( $refund->get_reason() ); ?></p>
        <?php endif; ?>
        <input type="hidden" class="order_refund_id" name="order_refund_id&#91;&#93;" value="<?php echo esc_attr( $refund->get_id() ); ?>" />
     
        <?php do_action( 'woocommerce_after_order_refund_item_name', $refund ); ?>
    </td>
     
    <?php do_action( 'woocommerce_admin_order_item_values', null, $refund, $refund->get_id() ); ?>
     
    <td class="item_cost" width="1%">&nbsp;</td>
    <td class="quantity" width="1%">&nbsp;</td>