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.


Top ↑

Parameters Parameters

$request_id

(int) ID of the request.

$success

(bool) Whether the request was successfully created by WordPress.


Source Source

File: bp-settings/actions/data.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
4.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.