18 lines
547 B
Markdown
18 lines
547 B
Markdown
[back to list](../Readme.md)
|
|
|
|
# Get Subscribers Count
|
|
|
|
## `int getSubscribersCount(array $filter = [])`
|
|
|
|
This method returns the count of subscribers by a filter.
|
|
|
|
## Arguments
|
|
|
|
| Argument | Type | Default | Description |
|
|
| ------------------ | ----- | ------- | -------------------------------------------- |
|
|
| $filter (optional) | array | empty | Filters to retrieve the count of subscribers |
|
|
|
|
### Filter
|
|
|
|
To see supported filters, please check [getSubscribers()](GetSubscribers.md) documentation.
|