apply_filters( 'ep_woocommerce_integrate_admin_products_list', $integrate, $query_vars ) → {bool}
Filter to skip integration with WooCommerce Admin Product List.
Parameters:
Name | Type | Description |
---|---|---|
$integrate |
bool | True to integrate, false to preserve original behavior. Defaults to true. |
$query_vars |
array | Query vars. |
- Since:
- 4.2.0
- Source:
Returns:
New integrate value
- Type
- bool