BP_XProfile_Field::admin_save_settings( array $settings )
Save miscellaneous settings for this field.
Description
Some field types have type-specific settings, which are saved here.
Parameters
- $settings
-
(Required) Array of settings.
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
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.