woocommerce_get_item_count_refunded, $count, $item_type, $this

woocommerce_get_item_count_refunded, $count, $item_type, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_get_item_count_refunded, $count, $item_type, $this') is found 1 times:

  • /includes/class-wc-order.php line 2364
    				$count += abs( $refunded_item->get_quantity() );
    			}
    		}
    
    		return apply_filters( 'woocommerce_get_item_count_refunded', $count, $item_type, $this );
    	}
    
    	/**
    	 * Get the total number of items refunded.
    	 *
    	 * @since  2.4.0