do_action( 'bp_optout_after_update', array $where_args , array $update_args )
Fires after an opt-out is updated.
Description Description
Parameters Parameters
- $where_args
-
Associative array of columns/values describing opt-outs about to be deleted.
- $update_args
-
Array of new values.
Source Source
File: bp-core/classes/class-bp-optout.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |