do_action( 'xprofile_updated_profile', int $value, array $posted_field_ids, bool $errors, array $old_values, array $new_values )

Fires after all XProfile fields have been saved for the current profile.

Description

Parameters

$value

(int) Displayed user ID.

$posted_field_ids

(array) Array of field IDs that were edited.

$errors

(bool) Whether or not any errors occurred.

$old_values

(array) Array of original values before updated.

$new_values

(array) Array of newly saved values after update.

Source

File: bp-xprofile/screens/edit.php

Changelog

Changelog
Version Description
BuddyPress 1.0.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.