woocommerce_remove_order_item_ids

woocommerce_remove_order_item_ids

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: jetpack.14.5

do_action('woocommerce_remove_order_item_ids') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php line 256
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
        }
        $order_item_ids = array_keys( $order_items );
     
        if ( $order_item_ids ) {
            do_action( 'woocommerce_remove_order_item_ids', $order_item_ids );
        }
    }
     
    /**
     * Expand order item IDs to order items and their meta.
     *

See this hook used in plugins: