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

do_action('woocommerce_remove_order_items') is found 1 times:

  • /includes/abstracts/abstract-wc-order.php line 822
    		 * @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: