do_action( 'xprofile_profile_field_data_updated', int $field_id , string $value )
Fires after the saving of each profile field, if successful.
Description Description
Parameters Parameters
- $field_id
-
ID of the field being updated.
- $value
-
Value that was saved to the field.
Source Source
File: bp-xprofile/classes/class-bp-xprofile-user-admin.php
Changelog Changelog
| Version | Description |
|---|---|
| 1.1.0 | Introduced. |