do_action( 'xprofile_profile_field_data_updated', int $field_id , string $value )
Fires after the saving of each profile field, if successful.
Parameters Parameters
- $field_id
-
(int) ID of the field being updated.
- $value
-
(string) Value that was saved to the field.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |