xprofile_profile_field_data_updated, $field_id, $value

xprofile_profile_field_data_updated, $field_id, $value

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_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.
    			 *