xprofile_profile_field_data_updated, $field_id, $value
xprofile_profile_field_data_updated, $field_id, $value
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('xprofile_profile_field_data_updated, $field_id, $value') is found 2 times:
- /bp-xprofile/classes/class-bp-xprofile-user-admin.php line 229
* * @param int $field_id ID of the field being updated. * @param string $value Value that was saved to the field. */ do_action( 'xprofile_profile_field_data_updated', $field_id, $value ); } } /** * Fires after all XProfile fields have been saved for the current profile. *
- /bp-xprofile/screens/edit.php line 118
* * @param int $field_id ID of the field that was saved. * @param string $value Value that was saved to the field. */ do_action( 'xprofile_profile_field_data_updated', $field_id, $value ); } } /** * Fires after all XProfile fields have been saved for the current profile. *