This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Server::run_markup_changes( int $product_id, bool $hide_qty = true )
Run markup changes needed.
Parameters
- $product_id
-
(Required) the product id.
- $hide_qty
-
(Optional) Flag to hide the quantity input.
Default value: true
Source
File: includes/modules/woocommerce_booster/rest/server.php
Expand full source code Collapse full source code View on Github