woocommerce_removed_order_items

woocommerce_removed_order_items

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.2.3

do_action('woocommerce_removed_order_items') is found 1 times:

  • /includes/abstracts/abstract-wc-order.php line 843
    		 * @param  string $type Order item type. Default null.
    		 *
    		 * @since 7.8.0
    		 */
    		do_action( 'woocommerce_removed_order_items', $this, $type );
    	}
    
    	/**
    	 * Convert a type to a types group.
    	 *
    	 * @param string $type type to lookup.