woocommerce_remove_order_items

woocommerce_remove_order_items

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

do_action('woocommerce_remove_order_items') is found 1 times:

  • /includes/abstracts/abstract-wc-order.php line 846
    842
    843
    844
    845
    846
    847
    848
    849
    850
    851
    852
    * @param  string $type Order item type. Default null.
     *
     * @since 7.8.0
     */
    do_action( 'woocommerce_remove_order_items', $this, $type );
    if ( ! empty( $type ) ) {
        $this->data_store->delete_items( $this, $type );
     
        $group = $this->type_to_group( $type );
     
        if ( $group ) {

See this hook used in plugins: