woocommerce_after_order_fee_item_name

woocommerce_after_order_fee_item_name

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_after_order_fee_item_name') is found 1 times:

  • /includes/admin/meta-boxes/views/html-order-fee.php line 25
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
            <input type="text" placeholder="<?php esc_attr_e( 'Fee name', 'woocommerce' ); ?>" name="order_item_name[<?php echo absint( $item_id ); ?>]" value="<?php echo ( $item->get_name() ) ? esc_attr( $item->get_name() ) : ''; ?>" />
            <input type="hidden" class="order_item_id" name="order_item_id&#91;&#93;" value="<?php echo esc_attr( $item_id ); ?>" />
            <input type="hidden" name="order_item_tax_class&#91;<?php echo absint( $item_id ); ?>]" value="<?php echo esc_attr( $item->get_tax_class() ); ?>" />
        </div>
        <?php do_action( 'woocommerce_after_order_fee_item_name', $item_id, $item, null ); ?>
    </td>
     
    <?php do_action( 'woocommerce_admin_order_item_values', null, $item, absint( $item_id ) ); ?>
     
    <td class="item_cost" width="1%">&nbsp;</td>
    <td class="quantity" width="1%">&nbsp;</td>