do_action( 'bp_user_data_export_requested', int $request_id , bool $success )
Fires after a user has created a data export request.
Description Description
This hook can be used to intervene in the data export request process.
Parameters Parameters
- $request_id
-
ID of the request.
- $success
-
Whether the request was successfully created by WordPress.
Source Source
File: bp-settings/actions/data.php
Changelog Changelog
| Version | Description |
|---|---|
| 4.0.0 | Introduced. |