[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

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

BuddyPress XProfile Classes.

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

Defines 1 class

BP_XProfile_Field_Type_Placeholder:: (4 methods):
  __construct()
  edit_field_html()
  admin_field_html()
  admin_new_field_html()


Class: BP_XProfile_Field_Type_Placeholder  - X-Ref

A placeholder xprofile field type. Doesn't do anything.

Used if an existing field has an unknown type (e.g. one provided by a missing third-party plugin).

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

since: 2.0.1

edit_field_html( array $raw_properties = array()   X-Ref
Prevent any HTML being output for this field type.

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

admin_field_html( array $raw_properties = array()   X-Ref
Prevent any HTML being output for this field type.

since: 2.0.1
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
Prevent any HTML being output for this field type.

since: 2.0.1
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 current



Generated: Tue Apr 16 01:01:07 2024 Cross-referenced by PHPXref 0.7.1