BP_Optout::optout_exists( $args = array() )
Check whether an invitation exists matching the passed arguments.
Description Description
See also See also
- BP_Optout::get(): for a description of accepted parameters.
Return Return
(int|bool) ID of first found invitation or false if none found.
Source Source
File: bp-core/classes/class-bp-optout.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |