bp_xprofile_lastname_field_id( $defalut,  $get_option = true )

Get the field id of the last name field

Description

Source

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

function bp_xprofile_lastname_field_id() {
	$field_id = apply_filters( 'bp_xprofile_lastname_field_id', bp_get_option( 'bp-xprofile-lastname-field-id' ) );
	return absint( $field_id );
}

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.