BP_XProfile_Field::admin_save_settings( array $settings )

Save miscellaneous settings for this field.


Description Description

Some field types have type-specific settings, which are saved here.


Parameters Parameters

$settings

(Required) Array of settings.


Top ↑

Source Source

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

	public function admin_save_settings( $settings ) {
		return $this->type_obj->admin_save_settings( $this->id, $settings );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.