BP_Optout::delete( array $args = array() )
Delete opt-outs.
Description Description
See also See also
- BP_optout::get(): for a description of accepted where arguments.
Parameters Parameters
- $args
-
(Optional) Associative array of columns/values, to determine which rows should be deleted. Of the format array( 'user_id' => 7, 'email_address' => 'bar@foo.com', ).
Default value: array()
Return Return
(int|bool) Number of rows deleted on success, false on failure.
Source Source
File: bp-core/classes/class-bp-optout.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |