xprofile_validate_field( $field_id,  $value,  $UserId )

Validate profile field.

Description

Source

File: bp-xprofile/bp-xprofile-functions.php

function xprofile_validate_field( $field_id, $value, $UserId ) {
	return apply_filters('xprofile_validate_field', '', $field_id, $value, $UserId );
}

Changelog

Changelog
Version Description
BuddyBoss 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.