BP_XProfile_Field_Type::admin_save_settings( int $field_id, array $settings )

Save miscellaneous settings related to this field type.

Description

Override in a specific field type if it requires an admin save routine.

Parameters

$field_id

(int) (Required) Field ID.

$settings

(array) (Required) Array of settings.

Source

File: bp-xprofile/classes/class-bp-xprofile-field-type.php

	public function admin_save_settings( $field_id, $settings ) {}

Changelog

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