BP_REST_XProfile_Data_Endpoint::get_xprofile_field_object( int $field_id )

Get XProfile field object.

Description

Parameters

$field_id

(int) (Required) Field id.

Return

(BP_XProfile_Field)

Source

File: bp-xprofile/classes/class-bp-rest-xprofile-data-endpoint.php

	public function get_xprofile_field_object( $field_id ) {
		return $this->fields_endpoint->get_xprofile_field_object( $field_id );
	}

Changelog

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