woocommerce_get_product_from_item, $product, $this, $this->get_order(

woocommerce_get_product_from_item, $product, $this, $this->get_order(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_get_product_from_item, $product, $this, $this->get_order(') is found 1 times:

  • /includes/class-wc-order-item-product.php line 405
    			 * @param WC_Product|false      $product   Product instance.
    			 * @param WC_Order_Item_Product $line_item Line item instance.
    			 * @param WC_Order              $order     Order Instance.
    			 */
    			$product = apply_filters( 'woocommerce_get_product_from_item', $product, $this, $this->get_order() );
    		}
    		/**
    		 * Modifies the product object returned by \WC_Order_Item_Product::get_product.
    		 *
    		 * @since 2.7.0 filter introduction.
    		 *