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
-
(int) ID of the request.
- $success
-
(bool) Whether the request was successfully created by WordPress.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |