bp_delete_optout_by_id( int $id )
Delete a BP_Optout by ID.
Description Description
Parameters Parameters
- $id
-
(Required) ID of the optout to delete.
Return Return
(bool) True on success, false on failure.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |