BP_Optout::delete_by_id( int $id )
Delete a single opt-out by ID.
Description Description
See also See also
- BP_optout::delete(): for explanation of return value.
Parameters Parameters
- $id
-
(Required) ID of the opt-out item to be deleted.
Return Return
(bool) True on success, false on failure.
Source Source
File: bp-core/classes/class-bp-optout.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |