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.
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 ); }
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |