apply_filters( 'sensei_wpcom_product_slugs', $products ) → {array}
Filter to allow adding products slugs to check if it has an active WPCOM subscription.
Parameters:
Name | Type | Description |
---|---|---|
$products |
array | Array of products slugs to check if it has an active WPCOM subscription. |
- Since:
- 4.11.0
- Source:
Returns:
Filtered array of products slugs.
- Type
- array