do_action( 'bp_optout_before_update', array $where_args , array $update_args )
Fires before an opt-out is updated.
Parameters Parameters
- $where_args
-
(array) Associative array of columns/values describing opt-outs about to be deleted.
- $update_args
-
(array) Array of new values.
Source Source
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |