apply_filters( 'xprofile_field_options_before_save', string $post_option , BP_XProfile_Field $type )
Filters the submitted field option value before saved.
Parameters Parameters
- $post_option
-
(string) Submitted option value.
- $type
-
(BP_XProfile_Field) Current field type being saved for.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |