BP_Optout::get_total_count( array $args )
Get a count of total optouts matching a set of arguments.
Description Description
See also See also
- BP_optout::get(): for a description of arguments.
Parameters Parameters
- $args
-
(Required) See BP_optout::get().
Return Return
(int) Count of located items.
Source Source
File: bp-core/classes/class-bp-optout.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |