apply_filters( 'bigcommerce/import/product/menu_order', int $menu_order, BigCommerceApiv3ModelProduct $product )

Summary

Filter the menu order assigned to the product, based on the source product’s sort_order property.


Parameters

$menu_order

(int) The menu order to assign

$product

(BigCommerceApiv3ModelProduct) The source product


Source

File: src/BigCommerce/Import/Importers/Products/Product_Builder.php


User Contributed Notes

You must log in before being able to contribute a note or feedback.