woocommerce_pos_catalog_map_product

woocommerce_pos_catalog_map_product

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.5.2

apply_filters('woocommerce_pos_catalog_map_product') is found 1 times:

  • /src/Internal/ProductFeed/Integrations/POSCatalog/ProductMapper.php line 150
    		 * @since 10.5.0
    		 * @param array      $row     Mapped product data.
    		 * @param WC_Product $product Product object.
    		 */
    		return apply_filters( 'woocommerce_pos_catalog_map_product', $row, $product );
    	}
    
    	/**
    	 * Get the REST request instance for products.
    	 *
    	 * @return WP_REST_Request<array<string, mixed>>