[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-xprofile/classes/ -> class-bp-xprofile-field-type-wordpress-biography.php (summary)

BuddyPress XProfile Classes.

File Size: 178 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

BP_XProfile_Field_Type_WordPress_Biography:: (7 methods):
  __construct()
  sanitize_for_db()
  sanitize_for_output()
  edit_field_html()
  admin_field_html()
  admin_new_field_html()
  display_filter()


Class: BP_XProfile_Field_Type_WordPress_Biography  - X-Ref

WordPress Biography xProfile field type.

__construct()   X-Ref
Constructor for the WordPress biography field type.

since: 8.0.0

sanitize_for_db( $value )   X-Ref
Sanitize the user field before saving it to db.

since: 8.0.0
param: string $value The user field value.
return: string The sanitized field value.

sanitize_for_output( $value, $user_id = 0 )   X-Ref
Sanitize the user field before displaying it as an attribute.

since: 8.0.0
param: string $value The user field value.
param: integer $user_id The user ID.
return: string The sanitized field value.

edit_field_html( array $raw_properties = array()   X-Ref
Output the edit field HTML for this field type.

Must be used inside the {@link bp_profile_fields()} template loop.

since: 8.0.0
param: array $raw_properties Optional key/value array of

admin_field_html( array $raw_properties = array()   X-Ref
Output HTML for this field type on the wp-admin Profile Fields screen.

Must be used inside the {@link bp_profile_fields()} template loop.

since: 8.0.0
param: array $raw_properties Optional key/value array of permitted attributes that you want to add.

admin_new_field_html( BP_XProfile_Field $current_field, $control_type = '' )   X-Ref
This method usually outputs HTML for this field type's children options on the wp-admin Profile Fields
"Add Field" and "Edit Field" screens, but for this field type, we don't want it, so it's stubbed out.

since: 8.0.0
param: BP_XProfile_Field $current_field The current profile field on the add/edit screen.
param: string            $control_type  Optional. HTML input type used to render the

display_filter( $field_value, $field_id = '' )   X-Ref
Format WordPress Biography for display.

since: 8.0.0
param: string     $field_value The field value, as saved in the database.
param: string|int $field_id    Optional. ID of the field.
return: string The sanitized WordPress field.



Generated: Sun Apr 28 01:01:05 2024 Cross-referenced by PHPXref 0.7.1