BP_XProfile_Field_Type_WordPress
Base class for xprofile field types that set/get WordPress profile data from usermeta.
Description Description
Source Source
File: bp-xprofile/classes/class-bp-xprofile-field-type-wordpress.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |
Methods Methods
- __construct — Constructor for the WordPress field type.
- get_field_value — Gets the WordPress field value during an xProfile fields loop.
- sanitize_for_db — Sanitize the user field before inserting it into db.
- sanitize_for_output — Sanitize the user field before displaying it as an attribute.
- set_field_value — Sets the WordPress field value.