apply_filters( 'xprofile_field_default_before_save', string $post_default , BP_XProfile_Field $type )
Filters the default field option value before saved.
Description Description
Parameters Parameters
- $post_default
-
Default option value.
- $type
-
Current field type being saved for.
Source Source
File: bp-xprofile/classes/class-bp-xprofile-field.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |