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.13.8.1

do_action('woocommerce_remove_order_item_ids') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php line 220
    		}
    		$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: