gspc_skip_product_form_lookups
Description
Filters whether to skip product form lookups and related processing.
Usage
Applied globally
add_filter( 'gspc_skip_product_form_lookups', 'my_custom_function' );Parameters
$should_skip
bool
Defaults to false.
$product
WC_Product|null
The product being processed.
Since
1.0-beta-2.45Hook added.