do_action( 'bp_rest_xprofile_data_save_item', BP_XProfile_Field $field, BP_XProfile_ProfileData $field_data, WP_User $user, WP_REST_Response $response, WP_REST_Request $request )

Fires after a XProfile data is saved via the REST API.


Parameters Parameters

$field

(BP_XProfile_Field) The field object.

$field_data

(BP_XProfile_ProfileData) The field data object.

$user

(WP_User) The user object.

$response

(WP_REST_Response) The response data.

$request

(WP_REST_Request) The request sent to the API.


Source Source

File: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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