woocommerce_removed_order_items, $this, $type

woocommerce_removed_order_items, $this, $type

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_removed_order_items, $this, $type') is found 1 times:

  • /includes/abstracts/abstract-wc-order.php line 344
    				 * This action is documented above.
    				 *
    				 * @since 7.8.0
    				 */
    				do_action( 'woocommerce_removed_order_items', $this, $type );
    			}//end foreach
    		}//end if
    
    		foreach ( $this->items_to_delete as $item ) {
    			$item->delete();
    			$items_changed = true;